change the environment to test
This commit is contained in:
Binary file not shown.
@ -3,7 +3,7 @@ server:
|
|||||||
port: 8888
|
port: 8888
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: dev # 默认激活开发环境
|
active: test
|
||||||
#配置mybatis
|
#配置mybatis
|
||||||
mybatis:
|
mybatis:
|
||||||
configuration:
|
configuration:
|
||||||
@ -38,4 +38,4 @@ logging:
|
|||||||
org:
|
org:
|
||||||
springframework:
|
springframework:
|
||||||
integration: DEBUG
|
integration: DEBUG
|
||||||
messaging: DEBUG
|
messaging: DEBUG
|
||||||
|
Reference in New Issue
Block a user