/feego-common

基于spring-boot的脚手架,封装基础能力。如日志、加签验签、分布式锁、文件上传、JWT、异常处理、响应封装等等

Primary LanguageJavaApache License 2.0Apache-2.0

Feego Common

License Maven Central GitHub release

基础能力列表

模块说明

image-20200321011604351

  • feego-common-configuration-processor : 编译器相关的注解处理器
  • feego-common-logging-core : 模块化日志核心
  • feego-common-logging-starter:模块化日志自动配置
  • feego-common-service-core
  • feego-common-service-starter
  • feego-common-web-core:web http相关的通用能力核心
  • feego-common-web-starter:web http相关通用能力自动配置

测试模块

  • example/feego-common-example-api:主要作为依赖包提供给第三方,声明系统暴露的API
  • example/feego-common-example-api-starter:自动配置系统暴露的API,第三方引用此包
  • example/feego-common-example-service:测试服务核心代码
  • example/feego-common-example-start:测试服务启动类
  • example/feego-common-example-client:消费测试服务的客户端程序