腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
5
回答
属性“security.basic.enabled”被废弃:
安全
性自动配置不再可自定义。
我正在使用
spring
-
boot
-starter-parent版本2.0.1.RELEASE.开发
Spring
项目。我正处于警告之下,看起来 你能给我指点一下我该用什么吗?parent from repository --> </parent&
浏览 0
修改于2018-04-11
得票数 32
回答已采纳
1
回答
403使用带有
Spring
安全
性的Vaadin的CSRF令牌错误
我试图在vaadin应用程序中实现
spring
安全
性,但是我遇到了一个问题,在登录到页面之后,它显示了一个错误: <groupId>org.springframework.
boot
</groupId> <a
浏览 3
修改于2018-01-30
得票数 2
回答已采纳
1
回答
spring
云网关执行端点密码设置方法
我使用的是
spring
cloud gateway HoxtonSR
8
、
spring
boot
2.3.4和
spring
actuator <groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-actuator</ar
浏览 2
修改于2020-11-09
得票数 2
1
回答
春季认证页面更改
我的问题是,我使用创建了一个项目: security <project.build.sourceEncoding>UTF-
8
</project.build.sourceEncoding> org.springframework.
boot
spring
- org.springframework.
boot
-启动器-驱动器- org.springframework.
boot
弹簧-启动-启动-数据-jp
浏览 1
提问于2017-05-26
得票数 0
1
回答
keycloak-
Spring
-
Boot
-starter for
Spring
Boot
2.2.4.Relase
在我的
Spring
Boot
应用程序中,我集成了Keycloak来外部化
安全
性。我在我的项目中使用的
Spring
Boot
版本是2.2.4.RELEASE,但是我检查了最新的Keycloak
8
pom.xml,在它的依赖项中,在文件org/keycloak/keycloak-
spring
-
boot
-starter/8.0.2/keycloak-
spring
-
boot
-start
浏览 20
提问于2020-02-18
得票数 0
1
回答
spring
-
boot
依赖覆盖:依赖升级的最佳实践?
在应用程序中覆盖
spring
-
boot
依赖项
安全
吗?
spring
-
boot
2.3.0.RELEASE支持apache httpclient(4.5.12)。在我的apache客户端版本为4.5.13的应用程序中覆盖是否
安全
?在升级
spring
-
boot
依赖关系时,有没有其他最好的选择?
spring
-
boot
依赖项项目:https://github.com/
spring</em
浏览 69
提问于2021-01-14
得票数 0
1
回答
禁用
spring
安全
性不起作用
我使用了
spring
2.1.6 security,并在pom.xml中添加了
spring
安全
性。我的pom.xml是: <artifactId>
spring
-
boot
-starter-parent</artifactId> <version>2.1
浏览 0
提问于2019-08-06
得票数 0
回答已采纳
1
回答
覆盖
Spring
Security自动配置
我有一个jar,它有自己的
spring
安全
过滤器和我自己的
安全
配置。这个jar是从
Spring
Boot
应用程序调用的,我想禁用
spring
boot
安全
配置(没有排除或属性),然后放入我的
spring
安全
配置(这个jar是在
Spring
4.X中)。如何为
Spring
Security构建自动配置,并覆盖
Spring
Boot
的默认自动配置?:
浏览 1
提问于2016-02-23
得票数 1
2
回答
Spring
boot
:禁用
安全
自动配置
Web Admin部件包含:compile("org.springframework.
boot
:
spring
-
boot
-starter-thymeleaf") compile("org.springframework.
boot
:
spring
-
boot
-starter
浏览 0
提问于2015-11-12
得票数 5
1
回答
springframework.security包没有找到启动器-
安全
性依赖?
对于我的项目,我使用
spring
引导和
spring
依赖项。我尝试在Gradle中使用
spring
安全
性依赖项,但在项目中没有找到
安全
包。艾德是IntelliJ IDEA。:
spring
-
boot
-starter-data-jpa') compile('org.springframework.
boot
:
spring
-
boot
-starter-data-rest'):
spr
浏览 3
修改于2015-10-29
得票数 6
回答已采纳
2
回答
如何从
spring
boot
管理访问oAuth2
安全
背后的执行器端点
我有由oAuth2保护的
spring
boot
应用程序,只有当执行器端点不
安全
时,我才能从
spring
boot
管理访问应用程序。我已经检查了github上的
安全
示例,即使那里的/health端点不
安全
。有没有办法从
spring
boot
admin访问带有由oAuth2保护的执行器端点的
spring
boot
应用程序?
浏览 0
提问于2017-07-05
得票数 10
3
回答
找不到SecurityMockMvcConfigurers
我正在尝试编写一个
spring
安全
测试,就像这里所描述的。我需要将SecurityMockMvcConfigurers作为静态导入导入,但是我的集成开发环境找不到该类。我的pom.xml如下所示: <groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-parent-- lookup parent from reposi
浏览 1
提问于2016-04-24
得票数 21
回答已采纳
1
回答
被
安全
配置忽略的UserDetailsService
我尝试过
spring
webFlux的
安全
配置,如文档:中所描述的那样 <artifactId>
spring
-
boot
-starter-parent</artifactId> <version>2.0.4.RELEASE<artifactId>
浏览 0
提问于2019-04-22
得票数 2
1
回答
spring
安全
性: GrantedAuthority没有导入
xml version="1.0" encoding="UTF-
8
"?>
spring
-
boot
-starter-parent</artifactId> <relativePath</groupId> <artifactId>
spring
-
boot
浏览 0
提问于2018-09-25
得票数 0
2
回答
仅
Spring
Boot
安全
执行器端点
我在Jersey中使用
Spring
Boot
(1.3.0) (pom依赖:
spring
-
boot
-starter-jersey,
spring
-
boot
-starter-actuator,
spring
-
boot
-starter-web,
spring
-
boot
-starter-security)。;} 我已经通过设置
Spring
MVC url (server.servlet-path=
浏览 2
修改于2016-05-02
得票数 3
1
回答
如何在
Spring
Boot
安全
上将用户名传入application.properties的登录SQL代码?
我试着用
spring
boot
安全
性编写简单的登录码。首先,这是包含登录查询的application.properties代码。<code>A0</code>问题是我不知道如何将查询值转换到application.properties文件的
spring
.query- user_name语句中。我不做任何修改就执行了这个
浏览 21
修改于2019-01-15
得票数 0
回答已采纳
0
回答
spring
-
boot
依赖项和
安全
修复
我正在以一种推荐的方式使用
spring
boot
,即通过添加然后添加我需要的依赖项,比如:这种依赖关系拉出了一些预定义版本
浏览 9
提问于2016-07-06
得票数 3
回答已采纳
2
回答
具有默认
安全
性的
Spring
安全
为PUT提供401,GET为200
我开发了一个具有基本
安全
性的
spring
引导应用程序。我有两个端点,具有相同的路径和不同的http方法。我错过了什么了解
Spring
安全
的东西吗?任何链接,我可能错过了春天的
安全
将是有帮助的?:
spring
-
boot
-starter-web' implementation 'org.springframework.
boot
:
spring
-
boot
-starter-security'
浏览 0
修改于2020-03-29
得票数 0
回答已采纳
1
回答
spring
boot
中有没有没有
spring
security的
安全
模块
我使用的是
spring
boot
版本(2.0.1),并且我在
安全
性方面有问题,所以当我尝试使用ajax发出请求时,如下所示: url : "http://localhost:8080<artifactId>
spring
-
boot
-starter-data-jpa</artifactId> <!--<dependency>
浏览 0
修改于2018-05-22
得票数 0
1
回答
无法向pom.xml文件添加依赖项
我通过
Spring
添加了web和thymeleaf依赖项。实际上,我意识到我忘了添加
安全
性依赖项。当我试图编辑代码并通过键入以下内容添加
安全
性依赖项时: <dependency> <groupId>org.springframework.
boot
</groupId> <a
浏览 0
提问于2019-08-21
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券