Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

starmcc/qm-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qm-Framework

logo

1. Maven Warehouse

中央仓库查询:https://search.maven.org/

阿里仓库查询:https://maven.aliyun.com/mvn/search

Maven镜像仓库查询:https://mvnrepository.com/artifact/com.starmcc

<dependency>
  <groupId>com.starmcc</groupId>
  <artifactId>qm-framework</artifactId>
  <version>x.x.x-RELEASE</version>
</dependency>

2. Preface

2.1 Help Document

Show Document

2.2 Update Version Log

Show Version

3. Environment

  • java - JDK 1.8 above
  • Maven 2.0 above
  • SpringBoot 2.5.5 above

4. Package Content

4.1 Redis缓存服务

良好的 QmRedisService 优雅的使用缓存服务

4.2 全局异常捕获返回 Json 信息

在服务器发生任何错误都将返回规范化Json格式的字符串。

4.3 重写 RequestBody 实现自定义注解 @QmBody

摒弃 @RequestBody , 在请求时对Body中的Json数据进行自动装配, 即传递Json时使用 @QmBody 优雅的接收参数。

4.4 快速拓展AOP业务场景

在方法上添加@Agent实现对方法快速AOP代理

4.5 ...有待更多发现