docs: Optimised docs.
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
import java.net.URI
|
import java.net.URI
|
||||||
|
|
||||||
val sGroupId: String by project
|
val buildGroupId: String by project
|
||||||
val sVersion: String by project
|
val buildVersion: String by project
|
||||||
val projectUrl: String by project
|
val projectUrl: String by project
|
||||||
val projectGithubUrl: String by project
|
val projectGithubUrl: String by project
|
||||||
val licenseName: String by project
|
val licenseName: String by project
|
||||||
@@ -26,8 +26,8 @@ val licenseUrl: String by project
|
|||||||
|
|
||||||
val springBootVersion: String by project
|
val springBootVersion: String by project
|
||||||
|
|
||||||
group = sGroupId
|
group = buildGroupId
|
||||||
version = sVersion
|
version = buildVersion
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":devkit-utils"))
|
implementation(project(":devkit-utils"))
|
||||||
@@ -51,9 +51,9 @@ tasks.test {
|
|||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
create<MavenPublication>("propertyGuardSpringBootStarter") {
|
create<MavenPublication>("propertyGuardSpringBootStarter") {
|
||||||
groupId = sGroupId
|
groupId = buildGroupId
|
||||||
artifactId = "property-guard-spring-boot-starter"
|
artifactId = "property-guard-spring-boot-starter"
|
||||||
version = sVersion
|
version = buildVersion
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = "Property Guard Spring Boot Starter"
|
name = "Property Guard Spring Boot Starter"
|
||||||
|
|||||||
+1
@@ -111,6 +111,7 @@ public class JjwtTokenResolver implements TokenResolver<Jws<Claims>> {
|
|||||||
/**
|
/**
|
||||||
* Create a resolver with specified algorithm, issuer, secret and guid strategy.
|
* Create a resolver with specified algorithm, issuer, secret and guid strategy.
|
||||||
*
|
*
|
||||||
|
* @param jtiCreator jwt id creator
|
||||||
* @param algorithm specified algorithm
|
* @param algorithm specified algorithm
|
||||||
* @param issuer specified issuer
|
* @param issuer specified issuer
|
||||||
* @param secret specified secret
|
* @param secret specified secret
|
||||||
|
|||||||
Reference in New Issue
Block a user