krest-core

krest是一款基于Java的轻量级RESTful框架套装,旨在整合no-session服务中常见的基础模块(身份验证、权限控制、通信加密等),并提供统一的配置方式和精简的使用方式。

License

License

GroupId

GroupId

com.chenkaiwei.krest
ArtifactId

ArtifactId

krest-core
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

krest-core
krest是一款基于Java的轻量级RESTful框架套装,旨在整合no-session服务中常见的基础模块(身份验证、权限控制、通信加密等),并提供统一的配置方式和精简的使用方式。

Download krest-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-core/ -->
<dependency>
    <groupId>com.chenkaiwei.krest</groupId>
    <artifactId>krest-core</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-core/
implementation 'com.chenkaiwei.krest:krest-core:1.0.5'
// https://jarcasting.com/artifacts/com.chenkaiwei.krest/krest-core/
implementation ("com.chenkaiwei.krest:krest-core:1.0.5")
'com.chenkaiwei.krest:krest-core:jar:1.0.5'
<dependency org="com.chenkaiwei.krest" name="krest-core" rev="1.0.5">
  <artifact name="krest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chenkaiwei.krest', module='krest-core', version='1.0.5')
)
libraryDependencies += "com.chenkaiwei.krest" % "krest-core" % "1.0.5"
[com.chenkaiwei.krest/krest-core "1.0.5"]

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.6.3
org.projectlombok : lombok jar 1.18.22
com.auth0 : java-jwt jar 3.18.2
org.apache.shiro : shiro-spring-boot-web-starter jar 1.8.0
com.alibaba : fastjson jar 1.2.76
cn.hutool : hutool-all jar 5.5.7
org.springframework.boot : spring-boot-starter-test jar 2.6.3
org.springframework.boot : spring-boot-starter jar 2.6.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.0