Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

A ready-production Spring Boot boilerplate with Spring Security (JWT + Oauth2 Resource Server + Role)

License

Notifications You must be signed in to change notification settings

jonaskahn/monolithic-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monolithic Sample App

How to run

  • Start database

     docker-compose -f docker/database.yaml up -d
    
  • Start keyloak for Oauth2 Server

    docker-compose -f docker/keycloak.yaml up -d
    
  • Start backend app

    cd backend && ./mvnw spring-boot:run
    

Documents

Backend development doc

About

A ready-production Spring Boot boilerplate with Spring Security (JWT + Oauth2 Resource Server + Role)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages