Skip to content

Commit 0927ce3

Browse files
author
Asion
committed
pitch slide.
1 parent 900777e commit 0927ce3

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

PITCHME.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
Spring Boot Base to Advanced
2+
==============
3+
4+
Spring Boot Base to Advanced.
5+
Spring Boot 从零往高级进击。
6+
7+
[![Build Status](https://travis-ci.org/search-cloud/spring-boot-base-to-advanced.svg?branch=master)](https://travis-ci.org/search-cloud/spring-boot-base-to-advanced) [![Coverage Status](https://coveralls.io/repos/github/search-cloud/spring-boot-base-to-advanced/badge.svg?branch=master)](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+
- [![Gradle 3.1](https://img.shields.io/badge/Gradle-3.1-green.svg)](https://github.com/gradle/gradle)
15+
- [![SpringFramework: 4.3.6.RELEASE](https://img.shields.io/badge/Spring%20Framework-4.3.6.RELEASE-orange.svg)](https://github.com/spring-projects/spring-framework)
16+
- [![SpringBoot: 1.4.4.RELEASE](https://img.shields.io/badge/Spring%20Boot-1.4.4.RELEASE-orange.svg)](https://github.com/spring-projects/spring-boot)
17+
- [![SpringCloud: Camden.SR5](https://img.shields.io/badge/Spring%20Cloud-Camden.SR5-orange.svg)](https://github.com/spring-cloud)
18+
- [![SpringBootAdmin: 1.4.5](https://img.shields.io/badge/Spring%20Boot%20Admin-1.4.5-orange.svg)](https://github.com/codecentric/spring-boot-admin)
19+
- [![Thymeleaf: 2.1.4](https://img.shields.io/badge/thymeleaf-2.1.4-green.svg)](http://www.thymeleaf.org/)
20+
- [![Bootstrap: 3.3.6](https://img.shields.io/badge/bootstrap-3.3.6-6f5499.svg)](https://github.com/twbs/bootstrap)
21+
- [![jquery: 2.2.3](https://img.shields.io/badge/jquery-2.2.3-blue.svg)](http://jquery.com/)
22+
- [![mybatis-spring-boot-starter:1.1.1](https://img.shields.io/badge/mybatis--spring--boot--starter-1.1.1-green.svg)](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

Comments
 (0)