官网地址:https://projects.spring.io/spring-boot/ 1、SpringBoot:J2EE一站式解决方案。SpringCloud:分布式整体解决方案。 2、微服务是一种架构风格。SpringBoot简化Spring应用开发,是整个Spring技术栈的整合。 |
1、开发环境: 1、jdk1.8 2、maven 3.5.3 3、ideaIU-2017.2 4、SpringBoot 2.0.1 2、maven 设置: 需要在 maven 中的 settings.xml 文件 profiles 标签中配置如下信息(D:\maven\apache-maven-3.5.3\conf):
主要是告诉 maven 用jdk1.8运行项目 3、IDEA 设置: |
感谢--尚硅谷 |