Commit 67c51e19 authored by 周健威's avatar 周健威

增加删除mongodb日志记录

parent 83e52ee9
......@@ -18,7 +18,7 @@ spring:
config:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
shared-dataids: common-dev.yaml
namespace: rs-cloud-platform
---
spring:
......
......@@ -24,7 +24,6 @@ import tk.mybatis.spring.annotation.MapperScan;
@EnableDiscoveryClient
@EnableCircuitBreaker
@SpringBootApplication(scanBasePackages = {
"com.github.wxiaoqi.security.common.log",
"com.github.wxiaoqi.security.admin",
"com.upyuns.platform.rs.gtdata",
})
......
......@@ -17,7 +17,7 @@ spring:
config:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
shared-dataids: common-dev.yaml
namespace: rs-cloud-platform
---
......
......@@ -135,12 +135,6 @@
<version>1.8.0.RELEASE</version>
</dependency>
<!-- mongodb -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<!-- 分布式锁 -->
<dependency>
<groupId>org.redisson</groupId>
......
......@@ -30,5 +30,5 @@ spring:
config:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
shared-dataids: common-dev.yaml
namespace: rs-cloud-platform
\ No newline at end of file
......@@ -26,5 +26,5 @@ spring:
config:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
shared-dataids: common-dev.yaml
namespace: rs-cloud-platform
\ No newline at end of file
......@@ -26,5 +26,5 @@ spring:
config:
server-addr: 127.0.0.1:8848
#共用配置,暂定一个
shared-dataids: common-dev.yaml,mongodb-log-dev.yaml
shared-dataids: common-dev.yaml
namespace: rs-cloud-platform
\ No newline at end of file
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