提交 a5482400 authored 作者: 李炎's avatar 李炎

大萨达

上级 f7977687
...@@ -65,7 +65,7 @@ public class DownLoadController { ...@@ -65,7 +65,7 @@ public class DownLoadController {
// 创建服务对象 // 创建服务对象
RemoteCommandUtil commandUtil = new RemoteCommandUtil(); RemoteCommandUtil commandUtil = new RemoteCommandUtil();
// 登录到LInux服务 // 登录到LInux服务
Connection root = commandUtil.login("121.5.240.21", "root", "Aa123456"); Connection root = commandUtil.login("121.5.240.21", "root", "Es123456@$");
// 服务器文件路径 // 服务器文件路径
String fwPath = "/home"; String fwPath = "/home";
// windows本地存放目录,不需要加上具体文件 // windows本地存放目录,不需要加上具体文件
......
...@@ -3,7 +3,7 @@ server: ...@@ -3,7 +3,7 @@ server:
tomcat: tomcat:
max-swallow-size: -1 max-swallow-size: -1
servlet: servlet:
context-path: /wmssystem context-path: /jiayanwmssystem
compression: compression:
enabled: true enabled: true
min-response-size: 1024 min-response-size: 1024
...@@ -127,9 +127,9 @@ spring: ...@@ -127,9 +127,9 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource: datasource:
master: master:
url: jdbc:mysql://127.0.0.1:3306/wmssystem?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://121.5.240.21:13579/wmssystem?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root username: root
password: root password: gf^*i6%&9J83&(*kJ653F&L
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://wmssystem-mysql:13579/wmssystem?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai # url: jdbc:mysql://wmssystem-mysql:13579/wmssystem?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
# username: root # username: root
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论