
spring
文章平均质量分 68
xsqsharp
性格:活泼,开朗
爱好:爬山,打乒乓球
展开
-
No Identifier specified for entity的解决办法
在springboot中整合JPA可能会遇到“No Identifier specified for entity”即没有标识实体类的错误原创 2022-07-26 23:25:47 · 986 阅读 · 0 评论 -
启动SpringBoot报错Input length = 1解决办法
maven-resources-plugin:3.2.0:resources (default-resources) on project jcy_interface_services: Input length = 1 -> [Help 1]原创 2022-07-14 22:22:23 · 5558 阅读 · 2 评论 -
springbooot2 thymeleaf 配置以及加载资源文件解决方案
springbooot2 thymeleaf 配置以及加载资源文件。Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)原创 2022-07-14 21:54:39 · 382 阅读 · 0 评论 -
@Controller @RestController 使用教程
@Controller @RestController 使用教程原创 2022-06-19 23:29:02 · 1899 阅读 · 0 评论 -
@Transactional注解详解
@Transactional注解详解原创 2022-06-19 23:04:47 · 13591 阅读 · 0 评论 -
@Transactional注解
@Transactional注解使用原创 2022-06-19 23:02:59 · 749 阅读 · 0 评论 -
@NoArgsConstructor和@AllArgsConstructor
@NoArgsConstructor和@AllArgsConstructor 注解的区别原创 2022-06-19 22:51:47 · 3316 阅读 · 0 评论 -
@PreAuthorize安全表达式hasRole、hasAnyRole、hasAuthority区别
@PreAuthorize安全表达式 注解权限原创 2022-06-19 22:19:04 · 4672 阅读 · 0 评论 -
@RestController注解初步理解
Spring中@RestController的作用等同于@Controller + @ResponseBody。原创 2022-06-18 23:37:24 · 739 阅读 · 0 评论