代码更新
This commit is contained in:
@@ -25,27 +25,6 @@
|
||||
<artifactId>logstash-logback-encoder</artifactId>
|
||||
<version>6.6</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mongodb</groupId>
|
||||
<artifactId>mongo-java-driver</artifactId>
|
||||
<version>3.4.2</version>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-core</artifactId>
|
||||
<version>1.1.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.1.11</version>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<!-- JetCache Redis 依赖-->
|
||||
<dependency>
|
||||
<groupId>com.alicp.jetcache</groupId>
|
||||
|
||||
@@ -162,5 +162,5 @@ jetcache:
|
||||
maxIdle: 200
|
||||
maxTotal: 1000
|
||||
uri:
|
||||
- redis://192.168.46.225:6379
|
||||
- redis://127.0.0.1:6379
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
//项目协议类型说明
|
||||
0:标准协议,荣力营口,杰牌,金力永磁
|
||||
1:新锐
|
||||
2:贤益
|
||||
3:奇达
|
||||
4:广钞厂
|
||||
5:纽迪希亚
|
||||
6:太钢
|
||||
7:洁美
|
||||
@@ -16,7 +16,6 @@ https://juejin.cn/post/6844903775631572999
|
||||
<springProperty scope="context" name="logPath" source="logging.file.path" defaultValue="logs"/>
|
||||
<property name="LOG_HOME" value="${logPath}"/>
|
||||
<!--引入默认的一些设置-->
|
||||
<!--引入默认的一些设置-->
|
||||
<include resource="log/AutoCreateInst.xml"/>
|
||||
<include resource="log/QueryAgvTaskStatus.xml"/>
|
||||
<include resource="log/AgvFeedbackServiceImpl.xml"/>
|
||||
|
||||
Reference in New Issue
Block a user