test: test MybatisFlexAdminAutoConfiguration.

This commit is contained in:
Suomm 2023-07-02 17:11:28 +08:00
parent bafb4a0e40
commit a5c07517b5

View File

@ -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: