diff --git a/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/resources/application.yml b/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/resources/application.yml index 36b153e9..c8b88320 100644 --- a/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/resources/application.yml +++ b/mybatis-flex-test/mybatis-flex-spring-boot-test/src/main/resources/application.yml @@ -18,6 +18,10 @@ spring: schema-locations: classpath:schema.sql data-locations: classpath:data.sql mybatis-flex: + admin-config: + enable: true + endpoint: http://localhost/admin + secret-key: secretKey mapper-locations: - classpath*:/mapper/*.xml # global-config: