錯誤原因是引入了文章來源:http://www.zghlxwxcb.cn/news/detail-510144.html
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-bootstrap</artifactId> </dependency>
配置文件在同時存在application.properties和application.yml時,應該修改application.yml為bootstrap.yml。文章來源地址http://www.zghlxwxcb.cn/news/detail-510144.html
spring:
#配置中心
application:
name: module-auth
cloud:
nacos:
config:
server-addr: 127.0.0.1:18848
refresh-enabled: true
file-extension: yaml
username: nacos
password: nacos
profiles:
active: prd
到了這里,關(guān)于nacos配置出錯,Server check fail, please check server 127.0.0.1 ,port 9848 is available , error ={}的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!