io.github.toquery:clever-framework-security-jwt

Spring-based rapid development framework

License

License

Categories

Categories

Security
GroupId

GroupId

io.github.toquery
ArtifactId

ArtifactId

clever-framework-security-jwt
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Spring-based rapid development framework

Download clever-framework-security-jwt

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.toquery/clever-framework-security-jwt/ -->
<dependency>
    <groupId>io.github.toquery</groupId>
    <artifactId>clever-framework-security-jwt</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-security-jwt/
implementation 'io.github.toquery:clever-framework-security-jwt:1.0.6'
// https://jarcasting.com/artifacts/io.github.toquery/clever-framework-security-jwt/
implementation ("io.github.toquery:clever-framework-security-jwt:1.0.6")
'io.github.toquery:clever-framework-security-jwt:jar:1.0.6'
<dependency org="io.github.toquery" name="clever-framework-security-jwt" rev="1.0.6">
  <artifact name="clever-framework-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.toquery', module='clever-framework-security-jwt', version='1.0.6')
)
libraryDependencies += "io.github.toquery" % "clever-framework-security-jwt" % "1.0.6"
[io.github.toquery/clever-framework-security-jwt "1.0.6"]

Dependencies

compile (5)

Group / Artifact Type Version
io.jsonwebtoken : jjwt jar 0.9.0
io.github.toquery : clever-framework-security jar 1.0.6
io.github.toquery : clever-framework-curd jar 1.0.6
org.slf4j : slf4j-api jar 1.7.26
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.1.6.RELEASE

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2

test (1)

Group / Artifact Type Version
io.github.toquery : clever-framework-test jar 1.0.6

Project Modules

There are no modules declared in this project.

spring 快速开发框架

GitHub License Build Status GitHub Issues GitHub Repo Size GitHub Last Commit GitHub Commit Activity

Maven Central Version

clever-framework : 基于 Spring Boot 的拓展框架,遵循约定大于配置的原则 。

注意:snapshots 版本会及时响应,修复最新的 bug 或者必要的需求。

依赖 版本
Spring 5.3.x.RELEASE
Spring Boot 2.4.x.RELEASE
Spring Cloud 2020.0.0

ReadMe Card

使用方式

修改项目的pom.xml文件,引入parent节点,如使用了 Spring Boot 的依赖,直接替换即可。

目前最新版本为: Maven Central Version

<parent>
    <groupId>io.github.toquery</groupId>
    <artifactId>clever-framework</artifactId>
    <version>1.0.8-SNAPSHOT</version>
</parent>

方法命名规范

  • getXXXByXXX 通过XX条件获取单个对象
  • findXXXByXXX 通过XX条件获取list集合
  • queryXXXByXXX 通过XX条件获取list集合,带分页

IDE配置

  • IntellJ IDEA 提示找不到 mybatis mapper 实现

使用注解 @SuppressWarnings("MybatisMapperMethodInspection") 忽略IDEA的 mybatis mapper 检查

Versions

Version
1.0.6
1.0.5
1.0.4
1.0.3