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 ###
.idea
logs
*.iws
*.iml
*.ipr

View File

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