change the environment to test

This commit is contained in:
2025-07-16 14:43:51 +08:00
parent 54f0d02993
commit f2befa4a30
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

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