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

增加删除mongodb日志记录

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