英文: How to do authentication on Spring Boot without using Spring Security? 问题 问题是:我需要实现一种身份验证机制,而不使用...
Apple app site association文件在Azure应用服务上(使用Spring Boot + Angular WebApp)
英文: Apple app site association file on azure app service (Spring Boot + Angular WebApp) 问题 我有一个托管在Az...
REST API:搜索包含空格的字符串所使用的正确动词和路径是什么?
英文: REST API: Correct verb and path to use for searching by a String that includes a space? 问题 我想要实现...
设计问题: 如何实现一个能够利用不同接口实现的函数。
英文: Design question: how to implement a function which utilizes different interface implementations ...
Spring Rest Controller: 从映射方法返回实体的正确方式?
英文: Spring Rest Controller: Correct way to return entities from mapping methods? 问题 I have the follo...
如何使用Kotlin和Spring Boot处理表单提交
英文: How to handle form submission using Kotlin and Spring Boot 问题 我正在尝试使用Spring框架在Kotlin中创建一个简单的表单,但...
SpringBoot注解 @Validated
英文: SpringBoot annotation @Validated 问题 验证不会调用ItemDTO字段。 如何使检查对ItemDTO字段起作用? 如果我完全从请求中移除ItemDTO部分,那么...
无法在Spring Boot中使用自定义异常处理程序捕获MalformedJwtException。
英文: Unable to catch MalformedJwtException in Spring Boot with custom exception handler 问题 我正在使用Sprin...
Controller方法中单个id参数的空值检查
英文: Null check for a single id parameter on the Controller method 问题 在Spring Boot控制器中,我正在尝试验证如下所示的Lo...
Spring Boot自定义JSON响应,使用不同的Get方法
英文: Spring Boot Custom JSON response with different Get Method 问题 你可以修改findAll方法来实现你的需求。你需要创建一个新的数据传...
29