|
|
@ -1,7 +1,7 @@ |
|
|
|
spring: |
|
|
|
datasource: |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
url: jdbc:mysql://172.18.0.4:3306/anrui_base?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|
|
|
url: jdbc:mysql://39.104.100.138:3306/anrui_base?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|
|
|
username: root |
|
|
|
password: yxt_mysql_138 |
|
|
|
cloud: |
|
|
@ -21,7 +21,11 @@ spring: |
|
|
|
port: 6379 |
|
|
|
timeout: 0 # 连接超时时间(毫秒) |
|
|
|
|
|
|
|
|
|
|
|
image: |
|
|
|
upload: |
|
|
|
path: /home/lzh/docker_data/nginx/html/anrui-system-ui/upload |
|
|
|
url: |
|
|
|
prefix: http://anrui.yyundong.com/upload/ |
|
|
|
templateUrl: |
|
|
|
uploadUrl: http://anrui.yyundong.com/template |
|
|
|
prefixUrl: http://120.46.131.15:8111//template/ |
|
|
|
prefixUrl: /home/lzh/webapps/template/ |
|
|
|