From df3a102e1935cceccdad9ab23b187c3457db0237 Mon Sep 17 00:00:00 2001 From: Shailesh Pandey Date: Wed, 31 Oct 2018 13:06:48 +0530 Subject: [PATCH 1/3] Create README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..171fae9 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Project Title + +Securing Your Website With Spring Boot + +### Prerequisites + +* Maven - [Refer this link](https://maven.apache.org/install.html) to install maven + +### Steps to run application + +* Run maven command using command prompt to make build. + +``` +mvn clean install +``` +then run main java file using following command using command prompt. + +``` +java WebSecurityConfiguration +``` + +NOTE: Run above command from project root folder and set java home in environment variables. + +## Built With + +* [Spring Boot](http://spring.io/projects/spring-boot) - Spring's convention-over-configuration solution for creating stand-alone, production-grade Spring-based Applications that you can "just run" +* [Maven](https://maven.apache.org/) - Dependency Management +* [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) - Programming Language + +## Authors + +* **Jesus J. Puente** + From f5ea43ba7451138d34f7b330253be843513b128d Mon Sep 17 00:00:00 2001 From: Jesus Javier Puente Date: Wed, 31 Oct 2018 14:51:34 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 171fae9..fe97b1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Project Title Securing Your Website With Spring Boot +You have an article in spanish talking about this program in http://www.profesor-p.com/2018/10/19/securing-rest-services-with-oauth2-in-springboot/ ### Prerequisites From 4a27520bf34d57c6ae3026985cdd57ab3b957a57 Mon Sep 17 00:00:00 2001 From: Jesus Javier Puente Date: Wed, 31 Oct 2018 14:51:56 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe97b1b..374c994 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Project Title Securing Your Website With Spring Boot + You have an article in spanish talking about this program in http://www.profesor-p.com/2018/10/19/securing-rest-services-with-oauth2-in-springboot/ ### Prerequisites