master
面包骑士 2024-09-04 12:19:05 +08:00
parent 68df926995
commit d268171f7e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ target/
### IntelliJ IDEA ### ### IntelliJ IDEA ###
.idea .idea
logs
*.iws *.iws
*.iml *.iml
*.ipr *.ipr

View File

@ -29,8 +29,8 @@ spring:
# username: ${nacos.user-name} # username: ${nacos.user-name}
# # nacos密码 # # nacos密码
# password: ${nacos.password} # password: ${nacos.password}
namespace: ${nacos.namespace} namespace: ${nacos.namespace}
ip: 10.0.2.1
config: config:
# 服务注册地址 # 服务注册地址
server-addr: ${nacos.addr} server-addr: ${nacos.addr}