Commit 7c1363d6 by hzc

同步配置文件

parent 189775df
spring: spring:
application: application:
name: indicators name: indicators
jpa: jpa:
hibernate: hibernate:
ddl-auto: update ddl-auto: update
datasource: datasource:
url: jdbc:mysql://139.198.127.54:9306/xchyindicators?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true url: jdbc:mysql://139.198.127.54:9306/xchyindicators?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
username: test username: test
password: test password: test
hikari: hikari:
connectionTimeout: 60000 connectionTimeout: 60000
idleTimeout: 60000 idleTimeout: 60000
validationTimeout: 3000 validationTimeout: 3000
maxLifetime: 60000 maxLifetime: 60000
loginTimeout: 5 loginTimeout: 5
maximumPoolSize: 60 maximumPoolSize: 60
minimumIdle: 10 minimumIdle: 10
servlet: servlet:
multipart: multipart:
max-file-size: 20Mb max-file-size: 20Mb
max-request-size: 100Mb max-request-size: 100Mb
location: /home/deploy/data/upload_tmp #D://afile location: /home/deploy/data/upload_tmp #D://afile
session: session:
store-type: redis store-type: redis
redis: redis:
namespace: hyycdev namespace: hyycdev
redis: redis:
host: 139.198.127.54 host: 139.198.127.54
port: 9379 port: 9379
server: server:
port: 9088 port: 9088
servlet: servlet:
context-path: / context-path: /
eureka: eureka:
client: client:
registerWithEureka: true registerWithEureka: true
region: default region: default
registryFetchIntervalSeconds: 5 registryFetchIntervalSeconds: 5
serviceUrl: serviceUrl:
defaultZone: http://192.168.0.230:7081/eureka/ defaultZone: http://192.168.0.230:7081/eureka/
enabled: true enabled: true
instance: instance:
prefer-ip-address: true prefer-ip-address: true
hostname: 192.168.0.230 hostname: 192.168.0.230
ribbon: ribbon:
ReadTimeout: 180000 ReadTimeout: 180000
ConnectTimeout: 180000 ConnectTimeout: 180000
OkToRetryOnAllOperations: true OkToRetryOnAllOperations: true
MaxAutoRetries: 3 MaxAutoRetries: 3
feign: feign:
client: client:
config: config:
default: default:
connectTimeout: 180000 connectTimeout: 180000
ReadTimeout: 180000 ReadTimeout: 180000
security: security:
permit: true permit: true
authUser: root authUser: root
authPwd: pwd authPwd: pwd
mybatis: mybatis:
config-location: classpath:/mybatis/mybatis-config.xml config-location: classpath:/mybatis/mybatis-config.xml
mapper-locations: classpath:/mybatis/mapping/*.xml mapper-locations: classpath:/mybatis/mapping/*.xml
type-aliases-package: com.keymobile.indicators.model.entity type-aliases-package: com.keymobile.indicators.model.entity
logging: logging:
level: level:
com.keymobile.indicators: info com.keymobile.indicators: info
config: classpath:logback-custom.xml config: classpath:logback-custom.xml
uploadfile: uploadfile:
path: /home/deploy/uploadfile path: /home/deploy/uploadfile
isClearAllPools: true isClearAllPools: true
\ No newline at end of file
# @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