Last Version

krest 1.0.5

KRest是一款整合了shiro、jwt和通信加密功能的RESTful服务框架,只需完成最为必要的个性化配置,即可直接使用。

License

License

GroupId

GroupId

com.chenkaiwei.krest
ArtifactId

ArtifactId

krest-parent
Version

Version

1.0.5
Type

Type

pom
Description

Description

krest
KRest是一款整合了shiro、jwt和通信加密功能的RESTful服务框架,只需完成最为必要的个性化配置,即可直接使用。
Project URL

Project URL

https://gitee.com/ckw1988/krest
Source Code Management

Source Code Management

https://gitee.com/ckw1988/krest

Download krest-parent 1.0.5

Filename Size
krest-parent-1.0.5.pom 5 KB
Browse

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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.6.3

test (1)

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

Project Modules

  • krest-core