随笔分类 -  Spring Boot Admin

摘要:spring boot admin 服务 在spring boot admin 服务的pom中添加 <!-- 添加security--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot- 阅读全文
posted @ 2020-12-18 00:44 continued258
摘要:创建spring boot admin 服务端 创建spring boot 项目;pom文件中添加依赖 <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-server</artif 阅读全文
posted @ 2020-12-18 00:15 continued258 阅读(94) 评论(0) 推荐(0)