mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 09:38:26 +08:00
test: test MybatisFlexAdminAutoConfiguration.
This commit is contained in:
parent
bafb4a0e40
commit
a5c07517b5
@ -18,6 +18,10 @@ spring:
|
|||||||
schema-locations: classpath:schema.sql
|
schema-locations: classpath:schema.sql
|
||||||
data-locations: classpath:data.sql
|
data-locations: classpath:data.sql
|
||||||
mybatis-flex:
|
mybatis-flex:
|
||||||
|
admin-config:
|
||||||
|
enable: true
|
||||||
|
endpoint: http://localhost/admin
|
||||||
|
secret-key: secretKey
|
||||||
mapper-locations:
|
mapper-locations:
|
||||||
- classpath*:/mapper/*.xml
|
- classpath*:/mapper/*.xml
|
||||||
# global-config:
|
# global-config:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user