Commit 7c1363d6 by hzc

同步配置文件

parent 189775df
spring:
application:
name: indicators
jpa:
hibernate:
ddl-auto: update
datasource:
url: jdbc:mysql://139.198.127.54:9306/xchyindicators?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
username: test
password: test
hikari:
connectionTimeout: 60000
idleTimeout: 60000
validationTimeout: 3000
maxLifetime: 60000
loginTimeout: 5
maximumPoolSize: 60
minimumIdle: 10
servlet:
multipart:
max-file-size: 20Mb
max-request-size: 100Mb
location: /home/deploy/data/upload_tmp #D://afile
session:
store-type: redis
redis:
namespace: hyycdev
redis:
host: 139.198.127.54
port: 9379
server:
port: 9088
servlet:
context-path: /
eureka:
client:
registerWithEureka: true
region: default
registryFetchIntervalSeconds: 5
serviceUrl:
defaultZone: http://192.168.0.230:7081/eureka/
enabled: true
instance:
prefer-ip-address: true
hostname: 192.168.0.230
ribbon:
ReadTimeout: 180000
ConnectTimeout: 180000
OkToRetryOnAllOperations: true
MaxAutoRetries: 3
feign:
client:
config:
default:
connectTimeout: 180000
ReadTimeout: 180000
security:
permit: true
authUser: root
authPwd: pwd
mybatis:
config-location: classpath:/mybatis/mybatis-config.xml
mapper-locations: classpath:/mybatis/mapping/*.xml
type-aliases-package: com.keymobile.indicators.model.entity
logging:
level:
com.keymobile.indicators: info
config: classpath:logback-custom.xml
uploadfile:
path: /home/deploy/uploadfile
isClearAllPools: true
\ No newline at end of file
spring:
application:
name: indicators
jpa:
hibernate:
ddl-auto: update
datasource:
url: jdbc:mysql://139.198.127.54:9306/xchyindicators?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
username: test
password: test
hikari:
connectionTimeout: 60000
idleTimeout: 60000
validationTimeout: 3000
maxLifetime: 60000
loginTimeout: 5
maximumPoolSize: 60
minimumIdle: 10
servlet:
multipart:
max-file-size: 20Mb
max-request-size: 100Mb
location: /home/deploy/data/upload_tmp #D://afile
session:
store-type: redis
redis:
namespace: hyycdev
redis:
host: 139.198.127.54
port: 9379
server:
port: 9088
servlet:
context-path: /
eureka:
client:
registerWithEureka: true
region: default
registryFetchIntervalSeconds: 5
serviceUrl:
defaultZone: http://192.168.0.230:7081/eureka/
enabled: true
instance:
prefer-ip-address: true
hostname: 192.168.0.230
ribbon:
ReadTimeout: 180000
ConnectTimeout: 180000
OkToRetryOnAllOperations: true
MaxAutoRetries: 3
feign:
client:
config:
default:
connectTimeout: 180000
ReadTimeout: 180000
security:
permit: true
authUser: root
authPwd: pwd
mybatis:
config-location: classpath:/mybatis/mybatis-config.xml
mapper-locations: classpath:/mybatis/mapping/*.xml
type-aliases-package: com.keymobile.indicators.model.entity
logging:
level:
com.keymobile.indicators: info
config: classpath:logback-custom.xml
uploadfile:
path: /home/deploy/uploadfile
isClearAllPools: true
# @Value("${weChart.url}")
# private String weChart_url;
# @Value("${weChart.corpID}")
# private String weChart_corpID;
# @Value("${weChart.secret}")
# private String weChart_secret;
# @Value("${weChart.agentId}")
# private String weChart_agentId;
#
# @Value("${weChart.isSend}")
# private Boolean isSend;
weChart:
url: http
corpID: 1
secret: 1
agentId: 1
isSend: true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment