Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
dc-cost-system
Commits
a10e89b5
Commit
a10e89b5
authored
Nov 03, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
922f6505
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
AbstractCostPlanService.java
...e/cost/service/impl/costplan/AbstractCostPlanService.java
+1
-0
deploy-miniapp-prod.sh
bailuntec-cost-core/src/main/shell/deploy-miniapp-prod.sh
+2
-5
No files found.
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/service/impl/costplan/AbstractCostPlanService.java
View file @
a10e89b5
...
@@ -159,6 +159,7 @@ public abstract class AbstractCostPlanService implements CostPlanService {
...
@@ -159,6 +159,7 @@ public abstract class AbstractCostPlanService implements CostPlanService {
costDomain
.
setSubjectCode
(
costTypeDomain
.
getSubjectCode
());
costDomain
.
setSubjectCode
(
costTypeDomain
.
getSubjectCode
());
}
}
}
}
costDomain
.
setAttach
(
costPlanDomain
.
getAttach
());
return
costDomain
;
return
costDomain
;
}
}
...
...
bailuntec-cost-core/src/main/shell/deploy-miniapp-prod.sh
View file @
a10e89b5
...
@@ -4,12 +4,9 @@ git pull
...
@@ -4,12 +4,9 @@ git pull
# 拉取开发分支代码
# 拉取开发分支代码
git checkout cost-check-flow-master
git checkout cost-check-flow-master
#打包
#打包
mvn clean package
-U
-Dmaven
.test.skip
=
true
-Dmaven
.compile.fork
=
true
mvn clean package
-U
-Dmaven
.test.skip
=
true
-Dmaven
.compile.fork
=
true
# kill测试进程
# kill测试进程
# shellcheck disable=SC2009
# shellcheck disable=SC2009
ps
-ef
|
grep
cost-core |
grep
-v
grep
|
grep
prod | awk
'{print $2}'
| xargs
kill
-9
ps
-ef
|
grep
cost-core |
grep
-v
grep
|
grep
prod | awk
'{print $2}'
| xargs
kill
-9
# 运行
# 运行
nohup java
-Xms512m
-Xmx512m
-Xss1M
-jar
-Dspring
.profiles.active
=
prod /home/ubuntu/data/other/dc-cost-system/bailuntec-cost-core/target/bailuntec-cost-core-1.0-SNAPSHOT.jar &
\
nohup java
-Xms512m
-Xmx512m
-Xss1M
-jar
-Dspring
.profiles.active
=
prod /home/ubuntu/data/other/dc-cost-system/bailuntec-cost-core/target/bailuntec-cost-core-1.0-SNAPSHOT.jar &
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