SpringCloudAlibaba + Nacos整合完成
This commit is contained in:
@@ -6,3 +6,11 @@ spring:
|
||||
url: jdbc:mysql://43.143.164.194:3306/mac
|
||||
username: mac
|
||||
password: mactest
|
||||
# 应用名称 borrowservice
|
||||
application:
|
||||
name: borrowservice
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# 配置Nacos注册中心地址
|
||||
server-addr: localhost:8848
|
||||
|
Reference in New Issue
Block a user