Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setup-manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
setup-manager
Commits
4fdc8e61
Commit
4fdc8e61
authored
Nov 04, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加区域树
parent
95683021
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup-project-manager/src/main/java/com/mortals/xhx/module/setup/web/SetupProjectController.java
.../mortals/xhx/module/setup/web/SetupProjectController.java
+1
-1
No files found.
setup-project-manager/src/main/java/com/mortals/xhx/module/setup/web/SetupProjectController.java
View file @
4fdc8e61
...
@@ -283,7 +283,7 @@ public class SetupProjectController extends BaseCRUDJsonBodyMappingController<Se
...
@@ -283,7 +283,7 @@ public class SetupProjectController extends BaseCRUDJsonBodyMappingController<Se
//todo 更加站点编码生成基础服务应用,并部署到/home/publish/app/ 目录下
//todo 更加站点编码生成基础服务应用,并部署到/home/publish/app/ 目录下
//todo 在/home/publish/app/ 目录下 创建自助服务应用
//todo 在/home/publish/app/ 目录下 创建自助服务应用
String
projectPath
=
this
.
publishPath
+
"/app/"
+
site
Entity
.
getSiteCode
();
String
projectPath
=
this
.
publishPath
+
"/app/"
+
site
AddRest
.
getData
()
.
getSiteCode
();
//解压资源文件
//解压资源文件
String
sourcePath
=
this
.
publishPath
+
"/temp/project/"
+
基础服务
.
getValue
()
+
"/app.tar.gz"
;
String
sourcePath
=
this
.
publishPath
+
"/temp/project/"
+
基础服务
.
getValue
()
+
"/app.tar.gz"
;
File
file
=
new
File
(
sourcePath
);
File
file
=
new
File
(
sourcePath
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment