Spring boot学习

Spring boot 是一个快速开发框架,快速整合第三方框架(maven继承关系),完全采用注解化,简化XML配置,默认使用内置tomcat服务器,没有Web.xml文件。通过注解化方式启动Spring MVC,以java应用程序来启动运行(不需要打war包执行)

 

Spring Cloud+Spring boot  一套完整的微服务开发框架,使用rpc远程调用

Spring boot 只是快速开发框架

Spring boot和spring MVC 

创建springboot项目的两种方法:

1.网址    https://start.spring.io 

2.maven

问题1:有maven创建项目出现 Could not calculate build plan:plugin

https://www.cnblogs.com/dreamtecher/p/5783576.html

 

 

 

转载于:https://my.oschina.net/u/3971782/blog/2086055

你可能感兴趣的:(Spring boot学习)