英文: how to use a post method with a spring data rest process? 问题 我正在使用存储库REST资源服务,目前我需要实现一种方法,将数据从Ex...
Spring Boot支持哪些JSON映射库?
英文: What are the JSON mapper libraries supported by Spring Boot? 问题 The Jackson library is the defau...
将实体字段在从Spring Rest发送到UI之前进行脱敏处理。
英文: Mask entity field before sending to UI from Spring Rest 问题 我们正在使用Spring Rest,该接口将课程实体对象返回给用户界面。用...
春季数据REST – 嵌入式实体在POST请求中未被反序列化
英文: Spring Data Rest - Embedded entity not deserialized on POST 问题 我有一个使用Spring Data Rest的项目,其中设置了持久...
为Spring Data Rest应用程序添加数据库认证。
英文: Add database authentication to Spring Data Rest application 问题 我正在使用Spring Data REST与Thymeleaf创建...
如何为`/{repository}/{id}/{property}`的Spring Data Rest端点创建验证If-Match头部?
英文: How to make verify If-Match header for /{repository}/{id}/{property} Spring-data-rest? 问题 我正在使用s...
使用服务模式和使用独立仓库的Spring Data REST有什么区别?
英文: What are the differences of using service pattern and using standalone repository Spring Data RE...
在Spring Boot 2.3中重新生成Spring Data Rest搜索控制器
英文: Reproducing Spring Data Rest search controllers in Spring Boot 2.3 问题 直到Spring Boot 2.0版本,我可以复现由...
如何正确过滤 Spring REST 数据
英文: How to properly filter Spring REST data 问题 我有一个使用Spring Data REST创建的服务,其中包含一个单一的@Entity和Reposito...
使用Spring Data Rest和MongoDB更新特定字段
英文: Update Specific Fields with Spring Data Rest and MongoDB 问题 我正在使用Spring Data MongoDB和Spring Data...