Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
Project
Project
Details
Activity
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
hubin
long-tern-care-service
Commits
d7003e78
Commit
d7003e78
authored
May 25, 2021
by
zhangch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置类修改
parent
57da0972
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
bootstrap.yml
apply/apply-service/src/main/resources/bootstrap.yml
+3
-0
bootstrap.yml
auth-service/src/main/resources/bootstrap.yml
+3
-0
bootstrap.yml
system/system-admin-service/src/main/resources/bootstrap.yml
+5
-0
No files found.
apply/apply-service/src/main/resources/bootstrap.yml
View file @
d7003e78
spring
:
spring
:
main
:
#允许存在多个Feign调用相同Service的接口
allow-bean-definition-overriding
:
true
devtools
:
devtools
:
restart
:
restart
:
enabled
:
true
enabled
:
true
...
...
auth-service/src/main/resources/bootstrap.yml
View file @
d7003e78
spring
:
spring
:
main
:
#允许存在多个Feign调用相同Service的接口
allow-bean-definition-overriding
:
true
devtools
:
devtools
:
restart
:
restart
:
enabled
:
true
enabled
:
true
...
...
system/system-admin-service/src/main/resources/bootstrap.yml
View file @
d7003e78
...
@@ -31,3 +31,7 @@ server:
...
@@ -31,3 +31,7 @@ server:
mybatis-plus
:
mybatis-plus
:
configuration
:
configuration
:
log-impl
:
org.apache.ibatis.logging.stdout.StdOutImpl
log-impl
:
org.apache.ibatis.logging.stdout.StdOutImpl
file
:
upload
:
path
:
E:/workspace/upload
\ 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