一、介绍

From Spring:

Spring Boot makes it easy to create Spring-powered, production-grade applications and services with absolute minimum fuss. It takes an opinionated view of the Spring platform so that new and existing users can quickly get to the bits they need.

You can use Spring Boot to create stand-alone Java applications that can be started using java -jar or more traditional WAR deployments. We also provide a command line tool that runs spring scripts.

通过Spring Boot,可以快速构建小的程序,并且不用担心其配置,拥有很多的默认配置,可以做到快速上手。使用Spring Boot 可以像使用传统java -jar 来启动程序,同时也支持WAR部署。

二、相关

Website: https://spring.io/projects/spring-boot

Github: https://github.com/spring-projects/spring-boot

三、文章

Spring Boot 配置

Spring Boot without the parent POM

Spring Boot TLS/SSL 配置

Spring Boot jar to war

Spring Boot Banner 自定义

Spring Boot 基础

Spring Boot 国际化 (Spring Boot Internationalization Demo)

Spring Boot 异常的处理 (Exception Handler)

Spring Boot 配置属性 (@ConfigurationProperties)

Spring Boot Validation 验证

Spring Boot Email 邮件发送

Spring Boot File Upload 文件上传

Spring Boot multiple datasource 多数据源-JdbcTemplate

Spring Boot Thymeleaf 页面模版

Spring Boot – Hello Wolrd (Thymeleaf)

Spring Boot JPA

Spring Data JPA 基础操作

Spring Data JPA KeyWords 关键字查询

SPRING DATA JPA QUERY 语句查询

Spring Data JPA Sort 分类

Spring Boot + Spring Data JPA + MySQL Demo

Spring Boot 整合

Spring Boot + Spring Security 自定义表单登录

四、代码

https://github.com/duliu1990/spring-boot-demo

最近更新:2018-09-09 12:40:59 星期日