调整dev配置文件
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
spring:
|
spring:
|
||||||
|
jpa:
|
||||||
|
hibernate:
|
||||||
|
ddl-auto: none
|
||||||
|
naming:
|
||||||
|
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
|
||||||
datasource:
|
datasource:
|
||||||
username: ommsxc
|
username: cdairport
|
||||||
password: ommsxc
|
password: 123456
|
||||||
url: jdbc:oracle:thin:@130.120.3.236:1521/xe
|
url: jdbc:mysql://130.120.3.158:3306/cdairport?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&autoReconnect=true
|
||||||
driver: oracle.jdbc.driver.OracleDriver
|
|
||||||
tomcat:
|
tomcat:
|
||||||
max-active: 30
|
max-active: 30
|
||||||
test-on-borrow: true
|
test-on-borrow: true
|
||||||
@@ -60,6 +64,8 @@ scheduled:
|
|||||||
corePoolSize: 10
|
corePoolSize: 10
|
||||||
maxPoolSize: 50
|
maxPoolSize: 50
|
||||||
queueCapacity: 10
|
queueCapacity: 10
|
||||||
|
# 每日凌晨3:00 cminmsg 已处理数据转历史
|
||||||
|
cminmsgHisCron: 0 0 3 * * ?
|
||||||
#计入历史航班数据的条件
|
#计入历史航班数据的条件
|
||||||
hstCondition:
|
hstCondition:
|
||||||
#航班到达超过多久则成为历史航班数据(单位:秒)
|
#航班到达超过多久则成为历史航班数据(单位:秒)
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: pro
|
active: dev
|
||||||
Reference in New Issue
Block a user