初始化

master
liyuxin 2024-08-25 21:44:10 +08:00
parent a7539269b3
commit af092b72ef
2 changed files with 0 additions and 2 deletions

View File

@ -22,6 +22,5 @@
<groupId>com.muyu</groupId> <groupId>com.muyu</groupId>
<artifactId>cloud-common-core</artifactId> <artifactId>cloud-common-core</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -30,7 +30,6 @@ spring:
password: ${nacos.password} password: ${nacos.password}
# 命名空间 # 命名空间
namespace: ${nacos.namespace} namespace: ${nacos.namespace}
ip: 192.168.1.116
config: config:
# 服务注册地址 # 服务注册地址
server-addr: ${nacos.addr} server-addr: ${nacos.addr}