spring 问答列表

如何处理checkmarx扫描的SQL_Injection和Second_Order_SQL_Injection漏洞?

作者:Steven Zhou 提问时间:10/10/2022

SQL_Injection和Second_Order_SQL_Injection漏洞出现在使用spring data jpa框架的项目源代码中,使用checkmarx扫描 我该如何处理它们?你有什么...

如何在Java中将groupBy及其计数列表放入Map对象中?

作者:abidinberkay 提问时间:10/25/2022

我有一个 Booking 列表,此 Booking 的字段 OfficeType 为枚举,如下所示 @Data @Entity @TypeDef(name = "json", typeClass =...

Spring Boot 查询或休眠验证问题参数值 [1] 与预期类型 [java.lang.Integer (n/a)] 不匹配

作者:BHeiB 提问时间:10/28/2022

我正在为我的大学写一个小项目,但我遇到了一个问题。我想了 5 天,仍然不知道我做错了什么。 Parameter value [1] did not match expected type [jav...

如何在SAP hybris中加密和解密所有API请求和响应?

作者:pradeep murugan 提问时间:11/5/2022

我有一个安全要求,即所有通过 API 的数据流都应该加密。我没有看到任何 OOTB 实现。因此,我考虑过使用过滤器进行解密,并使用自定义清理器进行加密,这听起来像是一个计划,但是还有其他方法可以实现这...

在 spring webflux 应用程序的单元测试中模拟存储库时出错(使用 JUnit 和 Mockito)?

作者:divad 提问时间:11/8/2022

我还没有找到解决这个问题的方法。 我的测试类: @WebFluxTest(controllers = {PatronController.class}) @Import({PatronServic...

Java Spring Framework - 无法运行 XHTML 文件

作者:witcha 提问时间:11/20/2022

当我尝试运行 XHTML 文件时,我收到“源服务器未找到目标资源的当前表示形式或不愿意披露存在”错误。 _01_Named.java类 package com.emirguler.cdi; i...

Spring @Scheduled cron 作业与 Instant.now() 结合使用

作者:Lukas 提问时间:11/21/2022

在 Spring 中,我使用标准的 CRON 作业调度,每 10 分钟进行一次业务级别测量,在此示例中 @Async @Scheduled(cron = "0 0/10 * * * ?") publ...

Spring 从 4.3 升级到 5.3 会导致 Spring Security 和 Spring MVC 缺少 bean 错误

作者:quantumferret 提问时间:11/24/2022

我正在将一个相当大的项目从 Spring 4.3.30.RELEASE 升级到 Spring 5.3.23,并将 Spring Security 依赖项从前者升级到 Spring Security 5...

Spring NullPointerException this.service 为 null

作者:huga721 提问时间:11/24/2022

我的 NullPointerException 有问题,/register 端点上的每个 POST,NullPointerException 显示服务是带有 /register 的 null 控制器 ...

如何在没有“...可能是空“警告

作者:Natalie 提问时间:11/27/2022

我有两个类:和.FriendRequestFriendRequestDto 我已经定义了一个转换器,从 到 :FriendRequestDtoFriendRequest @Component pu...


共840条 当前第21页