|
| 1 | +Spring Boot Base to Advanced |
| 2 | +============== |
| 3 | + |
| 4 | +Spring Boot Base to Advanced. |
| 5 | +Spring Boot 从零往高级进击。 |
| 6 | + |
| 7 | +[](https://travis-ci.org/search-cloud/spring-boot-base-to-advanced) [](https://coveralls.io/github/search-cloud/spring-boot-base-to-advanced?branch=master) |
| 8 | + |
| 9 | +This projects is used to learning the Spring Boot and it's related technology, Like Spring Cloud and so on. |
| 10 | +此项目组为学习 Spring Boot 以及其相关技术, 如: Spring Cloud等等。 |
| 11 | + |
| 12 | +Based on: |
| 13 | + |
| 14 | +- [](https://github.com/gradle/gradle) |
| 15 | +- [](https://github.com/spring-projects/spring-framework) |
| 16 | +- [](https://github.com/spring-projects/spring-boot) |
| 17 | +- [](https://github.com/spring-cloud) |
| 18 | +- [](https://github.com/codecentric/spring-boot-admin) |
| 19 | +- [](http://www.thymeleaf.org/) |
| 20 | +- [](https://github.com/twbs/bootstrap) |
| 21 | +- [](http://jquery.com/) |
| 22 | +- [](https://github.com/mybatis/spring-boot-starter) |
| 23 | +- (To be continued...) |
| 24 | + |
| 25 | +Github [Spring Boot Base to Advanced](https://github.com/search-cloud/spring-boot-base-to-advanced) projects. |
| 26 | + |
| 27 | +Author [Asion Lu](luxuexin99@gmail.com) |
| 28 | + |
| 29 | +Preface |
| 30 | +---------- |
| 31 | +### spring-boot-into |
| 32 | + A simple spring boot servlet into. |
| 33 | + |
| 34 | +### spring-boot-mvc-rest-thymeleaf |
| 35 | + |
| 36 | +- RESTful |
| 37 | +- Thymeleaf |
| 38 | +- Spring Boot @WebMvcTest |
| 39 | + |
| 40 | +### spring-boot-thymeleaf-jdbc-embedded-db |
| 41 | + |
| 42 | +- JdbcTemplate |
| 43 | +- H2 Database |
| 44 | +- Spring Boot @WebMvcTest |
| 45 | + |
| 46 | +### spring-boot-thymeleaf-mybatis-embedded-db |
| 47 | + |
| 48 | +- Mybatis mybatis-spring-boot-starter:1.1.1 |
| 49 | +- H2 Database |
| 50 | +- Spring Boot TestRestTemplate MockMvc |
| 51 | + |
| 52 | +### spring-boot-cloud |
| 53 | + |
| 54 | +- spring-cloud-config-server |
| 55 | +- spring-cloud-registry-server |
| 56 | +- spring-boot-admin |
| 57 | + |
| 58 | +### (To be continued...) |
0 commit comments