Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/spring-boot-oauth2
Inspired by https://spring.io/guides/tutorials/spring-boot-oauth2 tutorial
https://github.com/daggerok/spring-boot-oauth2
oauth2 spring-boot
Last synced: 5 days ago
JSON representation
Inspired by https://spring.io/guides/tutorials/spring-boot-oauth2 tutorial
- Host: GitHub
- URL: https://github.com/daggerok/spring-boot-oauth2
- Owner: daggerok
- License: mit
- Created: 2018-09-02T00:57:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T16:39:59.000Z (almost 6 years ago)
- Last Synced: 2024-11-11T15:37:32.250Z (2 months ago)
- Topics: oauth2, spring-boot
- Language: Dockerfile
- Homepage: https://daggerok.github.io/spring-boot-oauth2
- Size: 997 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= spring-boot-oauth2 image:https://travis-ci.org/daggerok/spring-boot-oauth2.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/spring-boot-oauth2"]
//tag::content[]
Status: in progress... (see link:https://github.com/daggerok/oauth2-jdbc-example[GitHub: daggerok/oauth2-jdbc-example])
Read link:https://daggerok.github.io/spring-boot-oauth2[project reference documentation]
.gradle
[source,bash]
----
./gradlew
java -jar build/libs/*.jar
bash build/libs/*.jar./gradlew build composeUp
./gradlew composeDown
----.maven
[source,bash]
----
./mvnw
java -jar target/*.jar
bash target/*.jarbash mvnw docker-compose:up -P docker
bash mvnw docker-compose:down -P docker
----Initially generated by using link:https://github.com/daggerok/generator-jvm/[generator-jvm] yeoman generator (kotlin-spring-boot)
//end::content[]