08 2022 档案
摘要:1、拉取镜像 docker pull nacos/nacos-server 2、mysql新建nacos的数据库,并执行脚本 sql脚本地址如下:(切记:找对应的nacos版本的sql脚本!!!) https://github.com/alibaba/nacos/blob/master/config
阅读全文
摘要:http://c.biancheng.net/springcloud/
阅读全文
摘要:1 @Data 2 class User{ 3 private String name; 4 private Double price; 5 } 6 //get请求无参数 7 @Test 8 void fun1(){ 9 String url = "http://localhost:8082/get
阅读全文