设置默认test

dev
wj 2 years ago
parent 07a5bc7a3c
commit 0570ff2c52

@ -1,6 +1,6 @@
spring: spring:
profiles: profiles:
active: dev active: test
jmx: jmx:
enabled: false enabled: false
servlet: servlet:
@ -8,7 +8,7 @@ spring:
enabled: true enabled: true
max-file-size: 200MB max-file-size: 200MB
max-request-size: 200MB max-request-size: 200MB
location: D:/tmp location: /tmp
mybatis-plus: mybatis-plus:
mapper-locations: classpath:mybatis/mapper/*/*.xml mapper-locations: classpath:mybatis/mapper/*/*.xml

Loading…
Cancel
Save