Java maven';jhipster微服务中的spring云安全依赖性是什么?

Java maven';jhipster微服务中的spring云安全依赖性是什么?,java,spring,spring-boot,jhipster,Java,Spring,Spring Boot,Jhipster,当我研究jhipster生成的微验证时,我发现网关中没有使用maven spring云安全依赖包。当我注释掉spring云安全依赖性时,网关项目没有报告错误 JHipster版本:v6.1.0 体系结构:带网关和UAA的微服务 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-config</arti

当我研究jhipster生成的微验证时,我发现网关中没有使用maven spring云安全依赖包。当我注释掉spring云安全依赖性时,网关项目没有报告错误

JHipster版本:v6.1.0
体系结构:带网关和UAA的微服务

<dependency>
   <groupId>org.springframework.cloud</groupId>
   <artifactId>spring-cloud-starter-config</artifactId>
</dependency>
**<!-- <dependency>
   <groupId>org.springframework.cloud</groupId>
   <artifactId>spring-cloud-security</artifactId>
</dependency> -->**
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-cloud-connectors</artifactId>
</dependency>

org.springframework.cloud
SpringCloudStarter配置
****
org.springframework.cloud
春季云启动程序
org.springframework.boot
spring启动程序云连接器
我认为spring云安全依赖性是网关中未使用的依赖性