vin*_*esh 2 java spring-security jwt spring-security-oauth2 jhipster
我创建了名为 Bookstore 的 j hipster 应用程序。运行我的应用程序后,它将进行身份验证。我不需要这种身份验证。如果有什么方法可以在没有 j hipster 登录页面的情况下打开我的应用程序?
小智 10
在路径“app/config”中有类 MicroserviceSecurityConfiguration.class 更改那里的权限,在这种情况下
("/api/**"). 已认证()
为了
("/api/**").permitAll()