diff --git a/README.md b/README.md index 351e252..1cd166c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,41 @@ +# 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 + +* 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** +======= # OAuthServer Servidor Recursos y Autorizaciones con Oauth2 Una explicación de como funciona este programa en http://www.profesor-p.com/2018/10/19/securing-rest-services-with-oauth2-in-springboot/ +