如何在不进行身份验证的情况下打开我的应用程序J时髦 [英] How to open my application j hipster without authentication

查看:59
本文介绍了如何在不进行身份验证的情况下打开我的应用程序J时髦的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了名为Bookstore的j时髦应用程序.运行我的应用程序后,它将进行身份验证.我不需要这种身份验证.是否可以在没有j时髦登录页面的情况下打开我的应用程序?

I have created my j hipster application called Bookstore.After running my application it will go authentication . i need not this authentication .if there is any way to open my application without j hipster log in page?

推荐答案

在路径"app/config"中,有一个类MicroserviceSecurityConfiguration.class 在这种情况下,请在此处更改权限

In the path "app/config" there is the class MicroserviceSecurityConfiguration.class Change the permissions there, in the case

("/api/**").Authenticated()

("/api/**").Authenticated()

("/api/**").permitAll()

("/api/**").permitAll()

这篇关于如何在不进行身份验证的情况下打开我的应用程序J时髦的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆