Commit 2348e964 authored by jichao's avatar jichao

更改配置,更改冲突的访问路径

parent 69786df7
......@@ -13,9 +13,9 @@ server:
# org.springframework.web: DEBUG
druid:
url: jdbc:mysql://192.168.0.198:3306/zhny?useUnicode=true&characterEncoding=UTF-8&useSSL=false&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
url: jdbc:mysql://139.199.98.105:3336/zhny?useUnicode=true&characterEncoding=UTF-8&useSSL=false&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
username: root
password: root
password: rootbdx
initial-size: 1
min-idle: 1
max-active: 20
......@@ -111,11 +111,11 @@ wechat:
aesKey: BPhPqaGgl40uy7LuVe4SkMsqGXp9MjVeVVJMIrqTIW9
filepath:
analysis: D:\zhny\filepath\analysis\
analysis: D:\zhny\filepath\analyses\
equipment: D:\zhny\filepath\equipment\
devicetp: D:\zhny\filepath\devicetp\
topologynode: D:\zhny\filepath\topologynode\
loginimg: D:\zhny\filepath\loginimg\
qrcode: D:\zhny\filepath\qrcode\
serverimgurl: 127.0.0.1:9000/
\ No newline at end of file
serverimgurl: 10.150.0.224/
\ No newline at end of file
......@@ -14,7 +14,7 @@ server:
druid:
url: jdbc:mysql://127.0.0.1:3336/zhny?useUnicode=true&characterEncoding=UTF-8&useSSL=false&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
username: root
password: root
password: rootbdx
initial-size: 1
min-idle: 1
max-active: 20
......@@ -98,14 +98,14 @@ global:
student: ROLE_1003
filepath:
analysis: /home/zhny/filepath/analysis/
equipment: /home/zhny/filepath/equipment/
analysis: /zhny/filepath/analyses/
equipment: /zhny/filepath/equipment/
# devicetp: /home/zhny/dist/devicetp/
# topologynode: /home/zhny/dist/topologynode/
devicetp: /home/zhny/filepath/devicetp/
topologynode: /home/zhny/filepath/topologynode/
loginimg: /home/zhny/filepath/loginimg/
qrcode: /home/zhny/filepath/qrcode/
devicetp: /zhny/filepath/devicetp/
topologynode: /zhny/filepath/topologynode/
loginimg: /zhny/filepath/loginimg/
qrcode: /zhny/filepath/qrcode/
#serverimgurl: 139.199.98.105:9000/
serverimgurl: www.renew-cloud.com/
......
......@@ -24,7 +24,7 @@
<!--滚动策略-->
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!--路径-->
<fileNamePattern>/home/zhny/logs/info.%d.log</fileNamePattern>
<fileNamePattern>/zhny/logs/info.%d.log</fileNamePattern>
</rollingPolicy>
</appender>
......@@ -45,7 +45,7 @@
<!--滚动策略-->
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!--路径-->
<fileNamePattern>/home/zhny/logs/error.%d.log</fileNamePattern>
<fileNamePattern>/zhny/logs/error.%d.log</fileNamePattern>
</rollingPolicy>
</appender>
<!--
......
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