生产配置

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