Skip to content

kklepacz/oauth2-spring-boot-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth2-REST-API

Frameworks used

  • Spring Boot 1.5.2 (Security, Web, JPA, acurator)
  • Hibernate 5.2.5 Final
  • OAuth2 spring security 2.1.0
  • Liquibase 3.5.3
  • Postgres/H2 drivers
  • ModelMapper 0.7.5

Config

Java Config + .properties files per environment

Usage

Run with Maven:

mvn clean install spring-boot:run -Dspring.profiles.active=local

You can replace "local" with "unit-tests" for H2 database usage.

Features

  • OAuth2 secured API
  • Database schema management with Liquibase (both Postgres/H2)
  • Hibernate validation
  • Properties per environment
  • ModelMapper for DTO objects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages