|
@@ -8,7 +8,8 @@ server:
|
|
encoding:
|
|
encoding:
|
|
force: true
|
|
force: true
|
|
|
|
|
|
-file-path: E:\data\apps\provider-service\file
|
|
|
|
|
|
+#file-path: E:\data\apps\provider-service\file
|
|
|
|
+file-path: /data/apps/provider-service/file
|
|
root-path: http://127.0.0.1/common/upfiles/
|
|
root-path: http://127.0.0.1/common/upfiles/
|
|
|
|
|
|
#Jing Tai Zi Yuan Fang Wen Lu Jing
|
|
#Jing Tai Zi Yuan Fang Wen Lu Jing
|
|
@@ -18,7 +19,7 @@ spring:
|
|
name: druidDataSource
|
|
name: druidDataSource
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
- url: jdbc:mysql://127.0.0.1:3306/ayn_db_provider?useUnicode=true&serverTimezone=PRC&characterEncoding=UTF-8
|
|
|
|
|
|
+ url: jdbc:mysql://mysql.aiyangniu.net:3306/ayn_db_provider?useUnicode=true&serverTimezone=PRC&characterEncoding=UTF-8
|
|
username: root
|
|
username: root
|
|
password: 123456
|
|
password: 123456
|
|
|
|
|
|
@@ -70,9 +71,8 @@ spring:
|
|
|
|
|
|
# redis
|
|
# redis
|
|
redis:
|
|
redis:
|
|
- host: 119.3.220.7
|
|
|
|
|
|
+ host: redis.aiyangniu.net
|
|
port: 6379
|
|
port: 6379
|
|
- password: 3T%UPCd2pRyP
|
|
|
|
database: 1
|
|
database: 1
|
|
timeout: 10000
|
|
timeout: 10000
|
|
jedis:
|
|
jedis:
|