From 8c22e6faf9f6dfb71ba4dfce83e2f7c471e6c12a Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Tue, 2 May 2017 05:48:17 -0400 Subject: [PATCH] build a spring boot app with user auth - java --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f24a46f..1968918 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Java: * [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html) * [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs) +* [Build a Spring Boot App with User Authentication](https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication) ## JavaScript: ### Web Applications: