Coder Social home page Coder Social logo

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 6.2.0
Spring Boot 3.2.0
Spring Cloud 2022.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 检查

ResponseBodyAdvice

clever-framework's Projects

clever-framework icon clever-framework

基于BFF架构设计的中后台快速开发框架,支持SQEL、JPA、Mybatis 等多种查询方式

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.