Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周健威
rs-cloud-platform
Commits
67c51e19
Commit
67c51e19
authored
Feb 03, 2021
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加删除mongodb日志记录
parent
83e52ee9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
12 deletions
+5
-12
bootstrap.yml
ace-gate/src/main/resources/bootstrap.yml
+1
-1
AdminBootstrap.java
...ava/com/github/wxiaoqi/security/admin/AdminBootstrap.java
+0
-1
bootstrap.yml
ace-modules/ace-admin/src/main/resources/bootstrap.yml
+1
-1
pom.xml
rs-common/rs-common-platform-web/pom.xml
+0
-6
bootstrap.yml
...ter/rs-datacenter-server/src/main/resources/bootstrap.yml
+1
-1
bootstrap.yml
...rsal/rs-universal-server/src/main/resources/bootstrap.yml
+1
-1
bootstrap.yml
...ebsite/rs-website-server/src/main/resources/bootstrap.yml
+1
-1
No files found.
ace-gate/src/main/resources/bootstrap.yml
View file @
67c51e19
...
...
@@ -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
:
...
...
ace-modules/ace-admin/src/main/java/com/github/wxiaoqi/security/admin/AdminBootstrap.java
View file @
67c51e19
...
...
@@ -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"
,
})
...
...
ace-modules/ace-admin/src/main/resources/bootstrap.yml
View file @
67c51e19
...
...
@@ -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
---
...
...
rs-common/rs-common-platform-web/pom.xml
View file @
67c51e19
...
...
@@ -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>
...
...
rs-datacenter/rs-datacenter-server/src/main/resources/bootstrap.yml
View file @
67c51e19
...
...
@@ -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
rs-universal/rs-universal-server/src/main/resources/bootstrap.yml
View file @
67c51e19
...
...
@@ -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
rs-website/rs-website-server/src/main/resources/bootstrap.yml
View file @
67c51e19
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment