Spring Boot starter library for multi-tenant OAuth2 resource servers

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Spring Boot Container Microservices Ant Build Tools H2 Data Databases OAuth2 Security
GroupId

GroupId

io.quantics
ArtifactId

ArtifactId

multitenant-oauth2-spring-boot-starter
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot starter library for multi-tenant OAuth2 resource servers
Parent pom providing dependency and plugin management for applications built with Maven
Source Code Management

Source Code Management

https://github.com/quantics-io/multitenant-oauth2-spring-boot-starter/tree/main

Download multitenant-oauth2-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/io.quantics/multitenant-oauth2-spring-boot-starter/ -->
<dependency>
    <groupId>io.quantics</groupId>
    <artifactId>multitenant-oauth2-spring-boot-starter</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quantics/multitenant-oauth2-spring-boot-starter/
implementation 'io.quantics:multitenant-oauth2-spring-boot-starter:0.2.0'
// https://jarcasting.com/artifacts/io.quantics/multitenant-oauth2-spring-boot-starter/
implementation ("io.quantics:multitenant-oauth2-spring-boot-starter:0.2.0")
'io.quantics:multitenant-oauth2-spring-boot-starter:jar:0.2.0'
<dependency org="io.quantics" name="multitenant-oauth2-spring-boot-starter" rev="0.2.0">
  <artifact name="multitenant-oauth2-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quantics', module='multitenant-oauth2-spring-boot-starter', version='0.2.0')
)
libraryDependencies += "io.quantics" % "multitenant-oauth2-spring-boot-starter" % "0.2.0"
[io.quantics/multitenant-oauth2-spring-boot-starter "0.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.4.5
org.springframework.boot : spring-boot-starter-security jar 2.4.5
org.springframework.boot : spring-boot-starter-oauth2-resource-server jar 2.4.5
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.4.5

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.4.5
org.springframework.security : spring-security-test jar

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0