生产配置

This commit is contained in:
hui
2025-01-12 13:17:51 +08:00
parent 799be39142
commit d374c8213d

View File

@@ -1,6 +1,6 @@
spring:
profiles:
active: "@profileActive@"
active: dev
application:
name: boe-server-all
redis:
@@ -25,7 +25,7 @@ spring:
current_session_context_class: org.springframework.orm.hibernate5.SpringSessionContext
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
logging:
config: classpath:log/logback-@profileActive@.xml
config: classpath:log/logback-${spring.profiles.active}.xml
server:
port: 9090
tomcat: