Skip to content

基于SpringBoot的rest web基础脚手架,实现java工程快速开发

Notifications You must be signed in to change notification settings

Zack-Ku/java-web-scaffold

Repository files navigation

Java web 项目脚手架

基于SpringBoot的rest web基础脚手架,实现java工程快速开发。适用于各种外包项目,拿起就用

Feature

  1. Rest web框架
  2. 多模块解耦(api,service,common,consumer等)
  3. Mysql 配置
  4. Mybatis框架
  5. lombok
  6. Log输出标准化(LogUtil)
  7. Spring Cached with redis
  8. Mybatis代码生成
  9. model标准化(AbstractEntity)
  10. jackJson序列化
  11. Mockito 测试框架
  12. Actuator 监控
  13. 统一Response格式
  14. 定时任务elastic job

TODO

  1. rabbitMQ
  2. profile控制/Spring config 接入
  3. 日志切割
  4. GRPC-netty
  5. 缓存改造,时间失效
  6. mongodb
  7. 打war包
  8. 主从库配置,读写分离
  9. druid

使用教程

TO BE CONTINUE...

About

基于SpringBoot的rest web基础脚手架,实现java工程快速开发

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages