(获取文件网址)尽管数据库中有数据,但 Spring Boot 实体仍返回 null
作者:yjoos 提问时间:11/2/2023
我正在努力实现个人资料图片上传和显示功能。在我的服务层中,我创建了一个方法: public UserDto getUserProfileImage(Principal principal) 但是...
spring-boot spring-data-jpa 问答列表
作者:yjoos 提问时间:11/2/2023
我正在努力实现个人资料图片上传和显示功能。在我的服务层中,我创建了一个方法: public UserDto getUserProfileImage(Principal principal) 但是...
作者:cmd 提问时间:11/14/2023
我有一个使用 Spring Boot 的 REST API 设置。我尝试在 POST 请求中向 API 发送 JSON 对象以读取值并将其存储在 SQL Server 数据库表中,但它不会读取所有值。...