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