Commit 869a7810 by huluobin

update

parent fd807119
......@@ -142,19 +142,21 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-tomcat</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
<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>
<!-- &lt;!&ndash;undertow servlet 容器&ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-undertow</artifactId>-->
<!-- </dependency>-->
<!--mp 增加Mybatis-->
<dependency>
......
......@@ -11,8 +11,8 @@ ps -ef | grep cost-core | grep -v grep | grep prod | awk '{print $2}' | xargs ki
# 运行
nohup java \
-Xms2G \
-Xmx2G \
-Xms3G \
-Xmx3G \
-XX:NewSize=512m \
-XX:MetaspaceSize=128m \
-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