SpringCloud学习笔记(5)----Spring Cloud Netflix之Eureka的服务认证和集群

1. Eureka服务认证   1. 引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> <scope>test</scope> </dependency>   2. 服务端添加配置 spring.security.us
相关文章
相关标签/搜索