随笔分类 - springboot
包含springboot的学习记录
摘要:1. 文件类型 1.1 properties 同以前的properties用法 1.2 yaml 1.2.1 简介 YAML 是 "YAML Ain't Markup Language"(YAML 不是一种标记语言)的递归缩写。在开发的这种语言时,YAML 的意思其实是:"Yet Another M
阅读全文
摘要:1.1 依赖管理 父项目做依赖管理 依赖管理 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.4.RELEASE
阅读全文