Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jiayanWMS
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
李炎
jiayanWMS
Commits
a5482400
提交
a5482400
authored
12月 15, 2021
作者:
李炎
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
大萨达
上级
f7977687
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
DownLoadController.java
.../modules/iost/basedata/controller/DownLoadController.java
+1
-1
application-test.yml
...oot-module-system/src/main/resources/application-test.yml
+3
-3
没有找到文件。
jeecg-boot-module-system/src/main/java/org/jeecg/modules/iost/basedata/controller/DownLoadController.java
浏览文件 @
a5482400
...
@@ -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本地存放目录,不需要加上具体文件
...
...
jeecg-boot-module-system/src/main/resources/application-test.yml
浏览文件 @
a5482400
...
@@ -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
:
/
jiayan
wmssystem
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://12
7.0.0.1:3306
/wmssystem?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
url
:
jdbc:mysql://12
1.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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论