This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
eln_TD
/
eln_svr
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat :[nacos] nacos增加密码
master
memorylkf
2 weeks ago
parent
274fe2dead
commit
c5be59bf9d
6 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
hxhq-auth/src/main/resources/bootstrap.yml
+4
-0
hxhq-gateway/src/main/resources/bootstrap.yml
+2
-0
hxhq-modules/hxhq-file/src/main/resources/bootstrap.yml
+2
-0
hxhq-modules/hxhq-gen/src/main/resources/bootstrap.yml
+2
-0
hxhq-modules/hxhq-job/src/main/resources/bootstrap.yml
+2
-0
hxhq-modules/hxhq-system/src/main/resources/bootstrap.yml
+ 2
- 0
hxhq-auth/src/main/resources/bootstrap.yml
View File
@ -12,6 +12,8 @@ spring:
active
:
dev
cloud:
nacos:
username
:
nacos
password
:
nacosHxhq
discovery:
# 服务注册地址
server-addr
:
127.0
.0
.1
:
8848
+ 4
- 0
hxhq-gateway/src/main/resources/bootstrap.yml
View File
@ -12,6 +12,8 @@ spring:
active
:
dev
cloud:
nacos:
username
:
nacos
password
:
nacosHxhq
discovery:
# 服务注册地址
server-addr
:
127.0
.0
.1
:
8848
@ -33,6 +35,8 @@ spring:
datasource:
ds1:
nacos:
username
:
nacos
password
:
nacosHxhq
server-addr
:
127.0
.0
.1
:
8848
dataId
:
sentinel-hxhq-gateway
groupId
:
DEFAULT_GROUP
+ 2
- 0
hxhq-modules/hxhq-file/src/main/resources/bootstrap.yml
View File
@ -12,6 +12,8 @@ spring:
active
:
dev
cloud:
nacos:
username
:
nacos
password
:
nacosHxhq
discovery:
# 服务注册地址
server-addr
:
127.0
.0
.1
:
8848
+ 2
- 0
hxhq-modules/hxhq-gen/src/main/resources/bootstrap.yml
View File
@ -12,6 +12,8 @@ spring:
active
:
dev
cloud:
nacos:
username
:
nacos
password
:
nacosHxhq
discovery:
# 服务注册地址
server-addr
:
127.0
.0
.1
:
8848
+ 2
- 0
hxhq-modules/hxhq-job/src/main/resources/bootstrap.yml
View File
@ -12,6 +12,8 @@ spring:
active
:
dev
cloud:
nacos:
username
:
nacos
password
:
nacosHxhq
discovery:
# 服务注册地址
server-addr
:
127.0
.0
.1
:
8848
+ 2
- 0
hxhq-modules/hxhq-system/src/main/resources/bootstrap.yml
View File
@ -12,6 +12,8 @@ spring:
active
:
dev
cloud:
nacos:
username
:
nacos
password
:
nacosHxhq
discovery:
# 服务注册地址
server-addr
:
127.0
.0
.1
:
8848
Write
Preview
Loading…
Cancel
Save