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
869a7810
Commit
869a7810
authored
Nov 27, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
fd807119
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
15 deletions
+17
-15
pom.xml
bailuntec-cost-core/pom.xml
+15
-13
deploy-cost-prod.sh
bailuntec-cost-core/src/main/shell/deploy-cost-prod.sh
+2
-2
No files found.
bailuntec-cost-core/pom.xml
View file @
869a7810
...
@@ -142,20 +142,22 @@
...
@@ -142,20 +142,22 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
<!-- <exclusions>-->
<exclusions>
<!-- <exclusion>-->
<exclusion>
<!-- <groupId>org.springframework.boot</groupId>-->
<groupId>
org.springframework.boot
</groupId>
<!-- <artifactId>spring-boot-starter-tomcat</artifactId>-->
<artifactId>
spring-boot-starter-logging
</artifactId>
<!-- </exclusion>-->
</exclusion>
<!-- </exclusions>-->
<exclusion>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<dependency>
<!-- 引入log4j2依赖 -->
<!-- <!–undertow servlet 容器–>-->
<groupId>
org.springframework.boot
</groupId>
<!-- <dependency>-->
<artifactId>
spring-boot-starter-log4j2
</artifactId>
<!-- <groupId>org.springframework.boot</groupId>-->
</dependency>
<!-- <artifactId>spring-boot-starter-undertow</artifactId>-->
<!-- </dependency>-->
<!--mp 增加Mybatis-->
<!--mp 增加Mybatis-->
<dependency>
<dependency>
<groupId>
com.baomidou
</groupId>
<groupId>
com.baomidou
</groupId>
...
...
bailuntec-cost-core/src/main/shell/deploy-cost-prod.sh
View file @
869a7810
...
@@ -11,8 +11,8 @@ ps -ef | grep cost-core | grep -v grep | grep prod | awk '{print $2}' | xargs ki
...
@@ -11,8 +11,8 @@ ps -ef | grep cost-core | grep -v grep | grep prod | awk '{print $2}' | xargs ki
# 运行
# 运行
nohup java
\
nohup java
\
-Xms
2
G
\
-Xms
3
G
\
-Xmx
2
G
\
-Xmx
3
G
\
-XX
:NewSize
=
512m
\
-XX
:NewSize
=
512m
\
-XX
:MetaspaceSize
=
128m
\
-XX
:MetaspaceSize
=
128m
\
-XX
:MaxDirectMemorySize
=
2G
\
-XX
:MaxDirectMemorySize
=
2G
\
...
...
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