三郎Java框架学习:SpringBoot的起步依赖及其作用

SpringBoot的起步依赖及其作用

SpringBoot要求,项目要继承SpringBoot的起步依赖spring-boot-starter-parent

<parent>
    <groupId>org.springframework.bootgroupId>
    <artifactId>spring-boot-starter-parentartifactId>

你可能感兴趣的:(springboot,spring,SpringMVC,spring,spring,boot,maven,java)