|
|
@ -1,6 +1,6 @@
|
|
|
|
server.port=5000
|
|
|
|
server.port=5000
|
|
|
|
|
|
|
|
|
|
|
|
spring.profiles.active=dev,alipay,bestpay,jd,wechat
|
|
|
|
spring.profiles.active=local,alipay,bestpay,jd,wechat
|
|
|
|
|
|
|
|
|
|
|
|
env.company=RoyalPay
|
|
|
|
env.company=RoyalPay
|
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ spring.datasource.max-idle=150
|
|
|
|
spring.datasource.max-wait=3000
|
|
|
|
spring.datasource.max-wait=3000
|
|
|
|
spring.datasource.filters=stat,wall,log4j
|
|
|
|
spring.datasource.filters=stat,wall,log4j
|
|
|
|
|
|
|
|
|
|
|
|
spring.redis.host=192.168.99.103
|
|
|
|
spring.redis.host=127.0.0.1
|
|
|
|
spring.redis.port=6379
|
|
|
|
spring.redis.port=6379
|
|
|
|
spring.redis.database=1
|
|
|
|
spring.redis.database=1
|
|
|
|
|
|
|
|
|
|
|
|