In-depth study of spring-boot series (1) -- the beginning of spring-boot series

Background: I will start a new job tomorrow, and I will use relatively new frameworks such as spring boot and spring cloud.
This article is the beginning of the spring boot series. There will be at least 10 to 20 articles in the spring boot series to record problems and solutions in work and study.

What is spring boot? Spring boot is a full-stack web framework similar to Ruby on Rails and Grails where conventions are better than configurations.
what! ! ! You haven't learned Ruby on Rails and Grails. Well, actually I didn't learn it either.
Maven has always learned it, if you haven't, please google it yourself.
What is the convention due to configuration? That is, it provides some default conventions, agrees on the default configuration of some directory structures and configuration information, and simplifies the development process.
In fact, spring boot itself does not add many new functions, but only integrates the existing commonly used frameworks and class libraries.

The project used in the spring boot series is the 0.1.x series of my previous github project Jisonami2, github address: https://github.com/jisonami/Jisonami2
The 0.0.x series is my previous article, Spring+SpringMVC+MyBatis+Maven Framework integration: http://jisonami.iteye.com/blog/2295345
Advertise my github project: http://jisonami.iteye.com/blog/2292165

Some blog posts and documents for reference during the use of spring boot are recorded below

Spring-boot series articles use Spring-boot-1.3.3, github address: https://github.com/spring-projects/spring-boot/tree/1.3.x

The official example of spring-boot-1.3.x Project: https://github.com/spring-projects/spring-boot/tree/1.3.x/spring-boot-samples

Chinese documentation for spring-boot-1.3.0 (reference guide): https://www. gitbook.com/book/qbgbook/spring-boot-reference-guide-zh/details

spring-boot well-known blogger blog (book has been published): http://wiselyman.iteye.com/category/325448

spring-boot application startup Principle analysis: http://blog.csdn.net/hengyunabc/article/details/50120001

Spring-boot configuration file application.properties (reference): http://www.tuicool.com/articles/veUjQba

in-depth study of micro-framework: Spring Boot: http://www.infoq.com/cn/articles/microframeworks1-spring-boot

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326971841&siteId=291194637