腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
0
回答
Spring
security
spring
boot
4.x
、
、
我在我的应用程序中使用了带有primefaces的
spring
boot
。我正在使用
spring
security
进行身份验证。不知何故,我的访问被拒绝了。除此之外,用户已经在mongodb中建立了,如果我使用
spring
重定向,一切都很好。
浏览 5
提问于2017-06-03
得票数 1
2
回答
无法解析符号WebSecurityConfigurerAdapter
、
dependencies {compile group: 'org.springframework.
boot
', name: '
spring
-
boot
-starter-
security
浏览 4
提问于2019-01-14
得票数 0
1
回答
通过方法“”setContentNegotationStrategy“”参数0表示的依赖项不满足“”
、
、
在昨天的
spring
boot
2.0更新之后,我得到了以下错误。> <artifactId>
spring
-
boot
-starter-tomcat<</groupId> <artifactId>
spring
-
security
-web<
浏览 1
提问于2017-04-27
得票数 4
回答已采纳
1
回答
Springfeamework +新增的
spring
安全bug +依赖项
、
、
、
、
:
spring
-
boot
-starter-data-jdbc' implementation 'org.springframework.
boot
:
spring
-
boot
-s
浏览 5
提问于2020-09-12
得票数 1
回答已采纳
3
回答
未找到org.springframework.
security
.authentication.encoding.PasswordEncoder的类文件
、
、
、
、
我制作了一个带有
spring
和
spring
安全性的简单restAPI,实现了基本身份验证。;import org.springframework.
security
.config.annotation.web.configuration.EnableWebSecurity; import org.springframework.
security
.
浏览 0
提问于2018-02-07
得票数 0
回答已采纳
1
回答
无法获得SpringBoot Lib的Gradle Kotlin构建脚本
、
:
spring
-
boot
-starter-web") implementation("org.springframework.
security
.oauth:
spring
-
security
-oauth2:2.3.3.RELEASE"
浏览 1
提问于2019-06-21
得票数 1
回答已采纳
9
回答
Spring
Security
hasRole()不工作
、
、
、
、
我在使用
Spring
Security
&& Thymeleaf时遇到了一个问题,特别是在尝试使用 hasRole 表达式。'prints nothing because hasRole(#vars.role_admin) resolves to false"9.false 我已经启用了 使用-表达式 在我的
security
.xml文件中 我还在我的配置中包含了SpringSecurityDialect 我的pom.xml文件中所有必需的依赖项 org.springframework.<
浏览 128
提问于2015-06-12
得票数 50
回答已采纳
1
回答
Spring
Security
5.1.0 @Query()上的findAll(),自定义主体对象给出500内部服务器错误
、
、
、
、
supplier.supplyId }")这是我收到的错误 java.lang.AbstractMethodError: org.springframework.
security
.data.repository.query.SecurityEvaluationContextExtension.getFunctions
浏览 0
提问于2018-09-27
得票数 0
1
回答
未能使用
Security
安装KeycloakAutoConfiguration的密钥披风
、
、
、
>
spring
-
boot
-starter-parent</artifactId> <relativePath<dependency> <artifactId>
spring</em
浏览 0
提问于2018-10-31
得票数 3
回答已采纳
1
回答
为
Spring
安全配置分级
、
、
、
、
(SpringApplication.java:693) [
spring
-
boot
-1.5.12.RELEASE.jar!(SpringApplication.java:360) [
spring
-
boot
-1.5.12.RELEASE.jar!(SpringApplication.java:303) [
spring
-
boot
-1.5.12.RELEASE.jar!:
spring
-
boot
-starter-data-jpa') comp
浏览 13
提问于2018-05-27
得票数 0
回答已采纳
1
回答
Security
和UserDetailsService
、
、
、
我正在使用SpringSecurity5.6中内置的实现将SAML集成到
Spring
应用程序中。以下是配置:
security
: relyingparty: adfs:
Security
文档中有一节介绍了如何与UserDetailsService进行协调,这似乎正是我所需要的。但是,当我像实现示例一样实现它时,我现在从
Spring
中得到以下错误: 没有在回应中找到断言。authenticat
浏览 28
提问于2022-03-25
得票数 2
回答已采纳
2
回答
更正应用程序的类路径,使其包含单个兼容版本的oauth2.client.registration.ClientRegistrations。
、
、
、
The attempt was made from the following location: <artifactId>
spring
-
boot
-starter-parent</artifactId> <version>2.2.2.RELEASE</groupId>
浏览 4
提问于2020-01-13
得票数 2
1
回答
Gradle在SubProject中找不到类
、
、
、
classpath("org.springframework.
boot
:
spring
-
boot
-gradle-plugin:${springBootVersion}") apply plugin: 'eclipse' apply plugin: 'org.springframework.
boot
implementation(&
浏览 1
提问于2018-12-27
得票数 1
回答已采纳
3
回答
找不到SecurityMockMvcConfigurers
、
、
、
我的pom.xml如下所示: <groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-web</artifactId> </de
浏览 1
提问于2016-04-24
得票数 21
回答已采纳
4
回答
找不到BearerTokenAccessDeniedHandler类定义
、
、
、
、
但是,当我尝试运行以下内容时,我正在尝试使用
spring
2.1.1和SpringSec5作为OAuth2资源服务器进行演示项目 我的依赖关系看起来就像 implementation('org.springframework.
boot
:
spring
-
boot
-starter-web
浏览 0
提问于2018-12-25
得票数 14
1
回答
使用
Spring
安全性的
spring
引导:创建名为“securityConfiguration”的bean时出错
、
、
:
spring
-
boot
-starter-thymeleaf') compile 'org.springframework.
s
浏览 1
提问于2018-03-24
得票数 1
回答已采纳
1
回答
找不到org.springframework.
security
.config.annotation.web.WebSecurityConfigurer的类文件
、
、
</groupId> <version>2.3.6.RELEASE</groupId> </dependency&
浏览 555
提问于2021-05-30
得票数 0
1
回答
更正应用程序的类路径,使其包含单个兼容版本的ServletServerContainerFactoryBean。
、
、
、
、
<dependency> <artifactId>
spring
-
boot
-starter-web> <groupId>org.springframework.
boot
</groupId> <artifactId><em
浏览 3
提问于2022-02-03
得票数 0
回答已采纳
1
回答
由于运行build.gradle文件,无法启动
、
、
、
') compile('org.springframework.
boot
:
spring
-
boot
-starter-data-jpa') compile('org.springframework.
boot
:
spring
-
boot
-starter
浏览 3
提问于2019-10-14
得票数 0
1
回答
如何使用SpringSecurity和JDBI
、
、
、
我正在尝试用
Spring
配置服务器。我想同时使用
Spring
安全性和JDBI。因此,我已经配置了服务器的数据源(?)并将其与JDBI联系起来。
浏览 2
提问于2017-11-17
得票数 0
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券