Spring Boot Learning

Source: Internet
Author: User

Project Demo:

Svn://172.16.30.16:20036/spingboot/trunk/fpx-springboot-xml

Talk about my path to efficient programming: http://blog.csdn.net/evankaka/article/details/47356915

Maven Quick Start Guide:

Http://www.cnblogs.com/luotaoyeah/p/3764533.html

Dubbo Official Website:

Http://dubbo.io/User+Guide-zh.htm

Spring Boot Chinese Document: Https://www.gitbook.com/book/qbgbook/spring-boot-reference-guide-zh/details

Spring Boot Learning Blog:

http://412887952-qq-com.iteye.com/category/356333

Tiles2.0:

http://www.docin.com/p-344922635.html?qq-pf-to=pcqq.c2c

Adminlte:

Https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html

BOOTSTRAP3 Chinese web:

http://v3.bootcss.com/

Maven Local:

Http://172.16.30.37:8081/nexus/index.html#welcome

Spring Boot Video

http://412887952-qq-com.iteye.com/blog/2344171

The difference between spring springboot and spring boot: There has been no deep understanding of spring since. It's always the spring boot when used to think it's part of spring.

Spring boot is a new micro-framework built on spring, designed to simplify the process of building and developing spring.

There are the following features: 1 simple and easy to use, beginners and Daniel can easily get started, the annotations will provide users with convenience;

2) Spring boot provides a good package and integration of third-party technology, providing a large number of third-party interfaces;

3) can rely on automatic configuration, no need for configuration files such as XML

4) also provides security and other characteristics of the first disregard.

Probably say:
Spring is a "engine"
Spring MVC is an MVC framework based on spring
Spring Boot is a set of rapid development integration packages based on SPRING4 conditional registration

Spring initially decoupled the application components with "Factory mode" (DI) and "proxy mode" (AOP). Everyone thought it was good, so we had an MVC framework (some Spring decoupled components) that was used to develop a Web application (SPRINGMVC). Then found every development to make a lot of reliance, write a lot of boilerplate code is very troublesome, so a few lazy integration package (starter), this set is Spring Boot.

For decades, Spring's efforts have been to reduce complexity, decoupling, and less code. My feeling is that complexity does not come out of thin air, and it does not disappear from thin air, but moves from one place to another. While mastering spring can reduce a lot of unnecessary work, mastering spring itself becomes a complex thing. Spring's XML, annotated configuration, EL expression, the DSL, complicates a lot of simple things and brings more trouble when spring Boot auto-configuration fails.

Spring boot the next project will be used as a service-side framework for the app, and spring boot I understand is to combine some of the commonly used basic frameworks, such as spring Spring MVC Spring Data JPA, to provide a default configuration, and then provide pluggable Design, is a variety of starter, to facilitate the use of this series of technology developers, to apply the official sentence, the spring family developed to today, is very large, as a developer, if you want to use the Spring family a series of technology, need a configuration, Then there is a version of the compatibility issue, in fact, very troublesome, and occasionally there will be small pits appear, in fact, a lot of impact on development progress, spring boot is to solve this problem, provide a solution, you can not care how to configure, you can quickly start development, business logic, various needs of the technology, Join starter on the configuration, direct use, can be said to pursue the effect of out-of-the-box, srping Cloud Look at the name, is the cloud Ah, now popular cloud technology Ah, Spring boot can support you to quickly develop a restful style of micro-service architecture, but this is not enough Ah, Also on the cloud, so with spring cloud, as for the specific technical details of spring cloud, have not studied, and no application, and so I use, and then come back to add, first these ~

Spring Boot Learning

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.