io.github.toquery:clever-framework

Spring-based rapid development framework

License

License

GroupId

GroupId

io.github.toquery
ArtifactId

ArtifactId

clever-framework
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

pom
Description

Description

Spring-based rapid development framework
Project URL

Project URL

https://github.com/ToQuery/clever-framework
Source Code Management

Source Code Management

https://github.com/ToQuery/clever-framework

Download clever-framework

Filename Size
clever-framework-1.0.6.pom 16 KB
Browse

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
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

Project Modules

  • clever-framework-core
  • clever-framework-dao
  • clever-framework-web
  • clever-framework-webmvc
  • clever-framework-curd
  • clever-framework-demo
  • clever-framework-test
  • clever-framework-common
  • clever-framework-security
  • clever-framework-security-jwt
  • clever-framework-front
  • clever-framework-files
  • clever-framework-ueditor
  • clever-framework-log
  • clever-framework-system
  • clever-framework-swagger

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.2.8.RELEASE
Spring Boot 2.3.3.RELEASE
Spring Cloud Hoxton.SR7

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
1.0.2
1.0.1
1.0.0