mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 02:16:49 +08:00
生产配置
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user