Jiang-01-dexiang commited on
Commit
4206829
·
verified ·
1 Parent(s): f93e660

Add 2 files

Browse files
Files changed (2) hide show
  1. application-dev.yaml +14 -0
  2. images/weblogo.png +3 -0
application-dev.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --- #################### 注册中心 + 配置中心相关配置 ####################
2
+
3
+ spring:
4
+ cloud:
5
+ nacos:
6
+ server-addr: 127.0.0.1:8848 # Nacos 服务器地址
7
+ username: # Nacos 账号
8
+ password: # Nacos 密码
9
+ discovery: # 【配置中心】配置项
10
+ namespace: dev # 命名空间。这里使用 dev 开发环境
11
+ group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
12
+ config: # 【注册中心】配置项
13
+ namespace: dev # 命名空间。这里使用 dev 开发环境
14
+ group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
images/weblogo.png ADDED

Git LFS Details

  • SHA256: 188183ee34c676fb24e7e8b794762962bbb452878fed5e7e031344243147f0fb
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB