摘要: 使用JDK17 + Spring Boot 3.0 + JPA + QueryDsl来构建一个restful的服务 定义了一个实体 @Entity public class User{ //略 } 一个jpa的默认repo实现 @Repository public interface UserRep 阅读全文
posted @ 2023-03-14 16:34 二刀 阅读(409) 评论(0) 推荐(0) 编辑