上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页
摘要: yaml 1.yaml介绍 YAML是 "YAML Ain't a Markup Language" (YAML不是一种标记语言)的递归缩写。在开发这种语言时,YAML的意思其实是:"Yet Another Markup Language"(仍是一种标记语言),是为了强调这种语言以数据为中心,而不是 阅读全文
posted @ 2023-03-16 21:59 一刀一个小西瓜 阅读(80) 评论(0) 推荐(0) 编辑
摘要: Lombok、Spring-Initializer 1.Lombok 1.1Lombok介绍 Lombok的作用是: 简化Javabean的开发,可以使用Lombok的注解让代码更加简洁 Java项目中,很多没有技术含量又必须存在的代码:比如POJO类的getter、setter、toString方 阅读全文
posted @ 2023-03-16 20:13 一刀一个小西瓜 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 实现SpringBoot底层机制 Tomcat底层启动分析+Spring容器初始化+Tomcat关联Spring容器 1.任务1-创建Tomcat,并启动 (1)创建一个Maven项目,修改pom.xml文件:我们需要自己创建Tomcat对象,因此在引入的场景启动器中排除SpringBoot内嵌的T 阅读全文
posted @ 2023-03-15 20:27 一刀一个小西瓜 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 分析SpringBoot底层机制 Tomcat启动分析,Spring容器初始化,Tomcat如何关联Spring容器? 1.创建SpringBoot环境 (1)创建Maven程序,创建SpringBoot环境 (2)pom.xml导入SpringBoot的父工程和依赖 <!--导入SpringBoo 阅读全文
posted @ 2023-03-14 21:24 一刀一个小西瓜 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 容器功能 1.Spring注入组件的注解 Spring中的传统注解@Component、@Controller、@Service、@Repository,在SpringBoot中仍然有效。 2.@Configuration @Configuration是 Spring 3.0 添加的一个注解,用来代 阅读全文
posted @ 2023-03-13 22:32 一刀一个小西瓜 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 依赖管理和自动配置 1.依赖管理 1.1什么是依赖管理 spring-boot-starter-parent 中还有父项目,声明了开发中常用的依赖的版本号 并且进行自动版本仲裁,即如果程序员没有指定某个依赖jar的版本,则以父版本指定的版本为准 1.2修改自动仲裁/默认版本号 比如我们要将Sprin 阅读全文
posted @ 2023-03-12 23:56 一刀一个小西瓜 阅读(226) 评论(0) 推荐(0) 编辑
摘要: SpringBoot基本介绍 1.SpringBoot是什么? 官网地址:https://spring.io/projects/spring-boot 学习文档:https://docs.spring.io/spring-boot/docs/2.7.10-SNAPSHOT/reference 在线A 阅读全文
posted @ 2023-03-12 22:35 一刀一个小西瓜 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 功能实现04 后端:https://github.com/liyuelian/furniture-back-end.git 前端:https://github.com/liyuelian/furniture-front-end.git 9.功能09-添加家居表单前端校验 9.1需求分析 在添加家居表 阅读全文
posted @ 2023-03-10 23:16 一刀一个小西瓜 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 功能实现03 后端:https://github.com/liyuelian/furniture-back-end.git 前端:https://github.com/liyuelian/furniture-front-end.git 5.功能05-修改家居信息 5.1需求分析 前端页面点击修改家居 阅读全文
posted @ 2023-03-09 21:58 一刀一个小西瓜 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 功能实现02 后端:https://github.com/liyuelian/furniture-back-end.git 前端:https://github.com/liyuelian/furniture-front-end.git 3.功能03-添加家居信息 3.1需求分析 浏览器页面点击添加按 阅读全文
posted @ 2023-03-08 21:46 一刀一个小西瓜 阅读(80) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页