Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/