上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 57 下一页
摘要: JAVA注解 : https://www.awaimai.com/2591.html HashMap : https://blog.csdn.net/qq_40574571/article/details/97612100 JAVA中final关键字的作用:https://www.cnblogs.c 阅读全文
posted @ 2021-07-11 14:47 清语堂 阅读(21) 评论(0) 推荐(0) 编辑
摘要: @Query注解及@Modifying注解: https://www.cnblogs.com/zhaobingqing/p/6864223.html JPA 数据模型定义(数据实体基础注解使用) : https://blog.csdn.net/qq330983778/article/details/ 阅读全文
posted @ 2021-07-11 14:27 清语堂 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 【postman】发送一个API请求: https://www.cnblogs.com/prince365/p/12144748.html 使用@RequestMapping返回中文乱码:https://blog.csdn.net/qq_38412354/article/details/899817 阅读全文
posted @ 2021-07-11 08:53 清语堂 阅读(22) 评论(0) 推荐(0) 编辑
摘要: @GetMapping是 一个组合注解,是@RequestMapping(method = RequestMethod.GET)的缩写。 @PostMapping是一个组合注解,是@RequestMapping(method = RequestMethod.POST)的缩写。 ps : Reques 阅读全文
posted @ 2021-07-11 07:31 清语堂 阅读(264) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/tweixi/p/13902918.html 阅读全文
posted @ 2021-07-11 07:11 清语堂 阅读(30) 评论(0) 推荐(0) 编辑
摘要: https://www.awaimai.com/2596.html 1、定义 Bean是Spring框架中最核心的两个概念之一(另一个是面向切面编程AOP) Spring 官方文档对 bean 的解释是: In Spring, the objects that form the backbone o 阅读全文
posted @ 2021-07-09 18:47 清语堂 阅读(1073) 评论(0) 推荐(0) 编辑
摘要: https://geek-docs.com/spring-boot/spring-boot-tutorials/requestparam.html 阅读全文
posted @ 2021-07-09 09:11 清语堂 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 容器,顾名思义,简单来说,就是放对象,拿对象。Spring容器就是管理放进容器中的对象的。 Spring容器是Spring的核心,一切Spring bean都存储在Spring容器内,并由其通过IoC技术管理。Spring容器也就是一个bean工厂(BeanFactory)。应用中bean的实例化, 阅读全文
posted @ 2021-07-08 17:11 清语堂 阅读(1424) 评论(0) 推荐(0) 编辑
摘要: datasource spring.dao.exceptiontranslation.enabled是否开启PersistenceExceptionTranslationPostProcessor,默认为true spring.datasource.abandon-when-percentage-f 阅读全文
posted @ 2021-07-06 15:36 清语堂 阅读(583) 评论(0) 推荐(0) 编辑
摘要: 一、建立项目 依赖项选择: pom.xml: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XML 阅读全文
posted @ 2021-07-06 14:17 清语堂 阅读(806) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 57 下一页