参考:https://blog.csdn.net/weixin_42453582/article/details/113697878
nacos:https://nacos.io/zh-cn/docs/quick-start.html
进入文件夹的bin目录下启动nacos:
执行 startup.cmd
nacos启动报错 Unable to start web server; nested exception is org.springframework.boot.web.server
在启动Nacos的时候报tomcat启动错误
因为nacos是默认的集群模式所以我们在startup.cmd里面第28行改成单机模式就好了
set MODE=“standalone”
启动后浏览器访问:http://localhost:8848/nacos:
默认的登录名和密码是:nacos/nacos
修改配置文件: acos-server-2.0.3 acosconfapplication.properties 并重启,如下:
spring.datasource.platform=mysql
### Count of DB:
db.num=1
### Connect URL of DB:
db.url.0=jdbc:mysql://127.0.0.1:3306/xx-configcharacterEncoding