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
479f8b0a
Commit
479f8b0a
authored
Jun 02, 2023
by
chase
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change NACOS addr
parent
297173a8
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
21 deletions
+21
-21
bootstrap.yml
account/account-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
apply/apply-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
...sment/assessment-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
auth-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
gateway-service/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
governance/src/main/resources/bootstrap.yml
+3
-3
bootstrap.yml
system/system-admin-service/src/main/resources/bootstrap.yml
+3
-3
No files found.
account/account-service/src/main/resources/bootstrap.yml
View file @
479f8b0a
...
...
@@ -13,9 +13,9 @@ spring:
nacos
:
discovery
:
server-addr
:
qw.hungraim.com:31158
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
config
:
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
server-addr
:
qw.hungraim.com:31158
file-extension
:
yaml
# 必须修改成yaml
extension-configs
:
...
...
@@ -29,7 +29,7 @@ spring:
group
:
system
refresh
:
true
server
:
port
:
8
010
port
:
7
010
mybatis-plus
:
configuration
:
...
...
apply/apply-service/src/main/resources/bootstrap.yml
View file @
479f8b0a
...
...
@@ -13,9 +13,9 @@ spring:
nacos
:
discovery
:
server-addr
:
qw.hungraim.com:31158
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
config
:
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
server-addr
:
qw.hungraim.com:31158
file-extension
:
yaml
# 必须修改成yaml
extension-configs
:
...
...
@@ -29,7 +29,7 @@ spring:
group
:
system
refresh
:
true
server
:
port
:
8
005
port
:
7
005
mybatis-plus
:
configuration
:
...
...
assessment/assessment-service/src/main/resources/bootstrap.yml
View file @
479f8b0a
...
...
@@ -13,9 +13,9 @@ spring:
nacos
:
discovery
:
server-addr
:
qw.hungraim.com:31158
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
config
:
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
server-addr
:
qw.hungraim.com:31158
file-extension
:
yaml
# 必须修改成yaml
extension-configs
:
...
...
@@ -29,7 +29,7 @@ spring:
group
:
system
refresh
:
true
server
:
port
:
8
006
port
:
7
006
mybatis-plus
:
configuration
:
...
...
auth-service/src/main/resources/bootstrap.yml
View file @
479f8b0a
...
...
@@ -13,9 +13,9 @@ spring:
nacos
:
discovery
:
server-addr
:
qw.hungraim.com:31158
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
config
:
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
server-addr
:
qw.hungraim.com:31158
file-extension
:
yaml
# 必须修改成yaml
extension-configs
:
...
...
@@ -29,5 +29,5 @@ spring:
group
:
common
refresh
:
true
server
:
port
:
8
000
port
:
7
000
gateway-service/src/main/resources/bootstrap.yml
View file @
479f8b0a
...
...
@@ -9,9 +9,9 @@ spring:
nacos
:
discovery
:
server-addr
:
qw.hungraim.com:31158
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
config
:
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
server-addr
:
qw.hungraim.com:31158
file-extension
:
yaml
# 必须修改成yaml
extension-configs
:
...
...
@@ -37,4 +37,4 @@ nacos:
data-id
:
ltc-gateway-router
group
:
common
server
:
port
:
8
001
port
:
7
001
governance/src/main/resources/bootstrap.yml
View file @
479f8b0a
...
...
@@ -12,9 +12,9 @@ spring:
nacos
:
discovery
:
server-addr
:
qw.hungraim.com:31158
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
config
:
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
server-addr
:
qw.hungraim.com:31158
file-extension
:
yaml
# 必须修改成yaml
extension-configs
:
...
...
@@ -28,7 +28,7 @@ spring:
group
:
system
refresh
:
true
server
:
port
:
8
009
port
:
7
009
mybatis-plus
:
configuration
:
...
...
system/system-admin-service/src/main/resources/bootstrap.yml
View file @
479f8b0a
...
...
@@ -13,9 +13,9 @@ spring:
nacos
:
discovery
:
server-addr
:
qw.hungraim.com:31158
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
config
:
namespace
:
0e0f834a-a665-4d27-ae04-9d53c2e02140
namespace
:
5ec240e6-3582-4e30-8bff-2507575e8f7d
server-addr
:
qw.hungraim.com:31158
file-extension
:
yaml
# 必须修改成yaml
extension-configs
:
...
...
@@ -29,7 +29,7 @@ spring:
group
:
system
refresh
:
true
server
:
port
:
8
002
port
:
7
002
mybatis-plus
:
configuration
:
...
...
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