随笔分类 -  spring boot

摘要:核心内容 自动装配 pom.xml sprng-boot-dependencies:核心依赖 写入依赖时不需要写版本号 启动器 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-start 阅读全文
posted @ 2021-12-24 14:49 街巷 阅读(27) 评论(0) 推荐(0)
摘要:勾选web依赖 <parent><!-- 远程父项目--> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.6.2</version> 阅读全文
posted @ 2021-12-24 13:57 街巷 阅读(26) 评论(0) 推荐(0)