Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
extend
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
park
extend
Commits
2b24a681
Commit
2b24a681
authored
Jun 21, 2020
by
lixian7
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加各环境配置
parent
7e4e926d
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
14 deletions
+24
-14
api/src/main/resources/application-dev.yml
+0
-7
api/src/main/resources/application-local.yml
+0
-7
api/src/main/resources/application-pro.yml
+12
-0
api/src/main/resources/application-test.yml
+12
-0
No files found.
api/src/main/resources/application-dev.yml
View file @
2b24a681
...
...
@@ -9,9 +9,3 @@ apollo:
namespaces
:
Java.park-eureka,Java.park-redis,Java.park-feign,Java.park-mysql,extend
eagerLoad
:
enabled
:
true
\ No newline at end of file
spring
:
datasource
:
dynamic
:
druid
:
clear-filters-enable
:
\ No newline at end of file
api/src/main/resources/application-local.yml
View file @
2b24a681
...
...
@@ -9,9 +9,3 @@ apollo:
namespaces
:
Java.park-local-eureka,Java.park-redis,Java.park-feign,Java.park-mysql,extend
eagerLoad
:
enabled
:
true
spring
:
datasource
:
dynamic
:
druid
:
connection-properties
:
\ No newline at end of file
api/src/main/resources/application-pro.yml
0 → 100644
View file @
2b24a681
# 应用ID(在Apollo服务端新增项目添加的应用ID)
app
:
id
:
park
# apollo-configService地址
apollo
:
meta
:
http://172.26.111.177:8080
bootstrap
:
enabled
:
true
namespaces
:
Java.park-eureka,Java.park-redis,Java.park-feign,Java.park-mysql,extend
eagerLoad
:
enabled
:
true
\ No newline at end of file
api/src/main/resources/application-test.yml
0 → 100644
View file @
2b24a681
# 应用ID(在Apollo服务端新增项目添加的应用ID)
app
:
id
:
park
# apollo-configService地址
apollo
:
meta
:
http://10.197.236.210:7070
bootstrap
:
enabled
:
true
namespaces
:
Java.park-eureka,Java.park-redis,Java.park-feign,Java.park-mysql,extend
eagerLoad
:
enabled
:
true
\ 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