Commit 869a7810 by huluobin

update

parent fd807119
...@@ -142,19 +142,21 @@ ...@@ -142,19 +142,21 @@
<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> <!-- 引入log4j2依赖 -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency> </dependency>
<!-- &lt;!&ndash;undertow servlet 容器&ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-undertow</artifactId>-->
<!-- </dependency>-->
<!--mp 增加Mybatis--> <!--mp 增加Mybatis-->
<dependency> <dependency>
......
...@@ -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 \
-Xms2G \ -Xms3G \
-Xmx2G \ -Xmx3G \
-XX:NewSize=512m \ -XX:NewSize=512m \
-XX:MetaspaceSize=128m \ -XX:MetaspaceSize=128m \
-XX:MaxDirectMemorySize=2G \ -XX:MaxDirectMemorySize=2G \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment