maven
郝猿
我不懒
展开
-
springCloud搭建consul注册中心,配置文件
服务端/消费者pom.xml <dependencies> <!--引入consul--> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-consul-discovery</artifactId>原创 2021-06-08 21:39:47 · 223 阅读 · 0 评论 -
初始化Maven本地仓库
在命令行窗口中输入mvn help:system 本地仓库的目录要提前配置好,配置在settings.xml中 mvn help:system 等待运行完毕,本地仓库就初始化好了原创 2021-06-01 21:52:11 · 1039 阅读 · 0 评论