MVN

cn.katool.security : katool-security-spring-boot-starter

Maven & Gradle

Jan 14, 2024

katool-security-spring-boot-starter · KaTool Security鉴权框架是KaTool提供的权限管理工具,基于Spring Boot和Dubbo实现,可以针对SpringCloudGateWay和Zuul等流行网关框架进行自定义鉴权逻辑适配,使开发者更注重逻辑开发,而不被项目架构所影响,使用TokenUtil也能够快速进行框架转换而不用改编原本的代码逻辑。

<dependency>
    <groupId>cn.katool.security</groupId>
    <artifactId>katool-security-spring-boot-starter</artifactId>
    <version>1.0.0.ALPHA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.katool.security : katool-security-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.ALPHA
  • Latest Alpha: 1.0.0.ALPHA

All Versions

Choose a version of cn.katool.security : katool-security-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
katool-security-spring-boot-starter-1.0.0.ALPHA

How to add a dependency to Maven

Add the following cn.katool.security : katool-security-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.katool.security</groupId>
    <artifactId>katool-security-spring-boot-starter</artifactId>
    <version>1.0.0.ALPHA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.katool.security : katool-security-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'cn.katool.security:katool-security-spring-boot-starter:1.0.0.ALPHA'

Gradle Kotlin DSL: Add the following cn.katool.security : katool-security-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.katool.security:katool-security-spring-boot-starter:1.0.0.ALPHA")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.katool.security : katool-security-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.katool.security" % "katool-security-spring-boot-starter" % "1.0.0.ALPHA"