Giter Club home page Giter Club logo

myspringbootframe's Introduction

自定义Spring框架

框架

第三方技术要求

log(log4j2)

  • 集成log4j2、排除spring默认logback依赖

mysql/plsql(spring jdbc)

  • 可以配置Condition使用
  • 主要方法在com.bcd.base.support_jdbc.service.BaseService里面
  • 可以使用代码生成器com.bcd.base.support_jdbc.service.CodeGenerator

mongo(spring mongo)

  • 可以配置Condition使用
  • 主要方法在com.bcd.base.support_mongodb.service.BaseService里面
  • 可以使用代码生成器com.bcd.base.support_mongodb.service.CodeGenerator

json(jackson)

  • ObjectMapper使用全局静态变量JsonUtil.OBJECT_MAPPER

redis(spring redis)

  • 内部使用lettuce异步客户端
  • 可以使用的RedisTemplate在RedisConfig中定义了、注入可以使用、也可以使用RedisUtil构造

权限(sa-token)

http客户端(okhttp)

  • 注入OkHttpClient使用、bean定义在OkHttpConfig中

excel操作(easyExcel)

  • 网上查阅资料

本地缓存(caffeine)

  • 网上查阅资料

web api文档(knife4j)

代码目录要求

com.bcd.base

  • 第三方库的配置
  • 工具包
  • 引入新的三方库采用support_xxx格式命名包

业务模块

  • com.bcd.xxx命令新的业务模块包

myspringbootframe's People

Contributors

baichangda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.