A tiny facebook built on Spring Boot.
This is a tiny facebook built on Spring Boot.
I will show you how to develop a web application step by step, using Spring Boot、Spring Data、Spring Security、Redis、Spring Cloud and so on.
I will create a tag for every step of this application.
For example, if you want to know how to provide RESTful service by using Spring Boot, just do this command on your git bash:
git checkout v2.0
You can go to the Release Page to see the tag info.
Before running the application, make sure you have JDK1.8+ and Gradle4.1+ in your environment.
Do this command to install gradlew:
gradle wrapper --gradle-version 2.13
And then do this command to start the application:
gradlew clean && gradlew build && java -jar build/libs/tiny-facebook-0.1.0.jar
I wrote blogs in Chinese to explain the code, just jump for it - > Tiny Facebook Documentaion