docs: Optimised docs.
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
import java.net.URI
|
||||
|
||||
val sGroupId: String by project
|
||||
val sVersion: String by project
|
||||
val buildGroupId: String by project
|
||||
val buildVersion: String by project
|
||||
val projectUrl: String by project
|
||||
val projectGithubUrl: String by project
|
||||
val licenseName: String by project
|
||||
@@ -26,8 +26,8 @@ val licenseUrl: String by project
|
||||
|
||||
val springBootVersion: String by project
|
||||
|
||||
group = sGroupId
|
||||
version = sVersion
|
||||
group = buildGroupId
|
||||
version = buildVersion
|
||||
|
||||
dependencies {
|
||||
implementation(project(":devkit-utils"))
|
||||
@@ -51,9 +51,9 @@ tasks.test {
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("propertyGuardSpringBootStarter") {
|
||||
groupId = sGroupId
|
||||
groupId = buildGroupId
|
||||
artifactId = "property-guard-spring-boot-starter"
|
||||
version = sVersion
|
||||
version = buildVersion
|
||||
|
||||
pom {
|
||||
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.
|
||||
*
|
||||
* @param jtiCreator jwt id creator
|
||||
* @param algorithm specified algorithm
|
||||
* @param issuer specified issuer
|
||||
* @param secret specified secret
|
||||
|
||||
Reference in New Issue
Block a user