test数据库修改为138数据库、上传文件地址修改为测试服务器地址
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://120.46.172.184:3306/message_center?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
|
||||
url: jdbc:mysql://39.104.100.138:3306/message_center?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
|
||||
username: root
|
||||
password: '@anrui18033887500'
|
||||
password: yxt_mysql_138
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
@@ -23,7 +23,7 @@ spring:
|
||||
|
||||
image:
|
||||
upload:
|
||||
path: D:\anrui\upload\
|
||||
path: /home/lzh/docker_data/nginx/html/anrui-system-ui/upload
|
||||
url:
|
||||
prefix: http://120.46.172.184/api/upload/
|
||||
prefix: http://anrui.yyundong.com/upload/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user