Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.14 KB

framework

这不是真的框架,只是在SpringBoot基础上封装默认的配置,统一orm框架、缓存、日志的使用库,并整合一些通用的代码。 整合成熟技术框架、屏蔽系统复杂性、简化已有技术的使用,从而降低软件的使用门槛,提升软件开发和运维的效率。

framework-core

包含可以被其他模块所引用的类,定义共用的常量类、异常类等能被其他framework模块使用的类。

framework-config-xxxx

framework-config-xxxx 包含了xxx对应的通用配置项。

framework-data-xx

framework-data-mybatis

  1. PaginationInnerInterceptor分页拦截
  2. 自动填充,实现并声明InsertFillFieldProvider和UpdateFillFieldProvider两个Bean

framework-data-redis

  1. Redis封装
  2. Redis分布式锁,使用redisson实现
  3. 用户签到

framework-web

  1. CorsAutoConfiguration 配置一个CorsFIlter Bean ,并添加映射路径和具体的CORS配置路径。
  2. ThreadLocalStoreInterceptor处理请求后清理threadlocal变量

framework-utils

  1. XmlUtils
  2. YamlUtils
  3. EasyExcel

framework-global-id

使用mist算法生成全局id