Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 457 Bytes

fehead-common

fehead-studio 通用功能模块

引入JavaWeb开发核心框架模块

  • 字符串操作工具类:commons-lang3
  • Spring Boot web:内含SpringBoot启动包
  • SpringBoot 测试包:spring-boot-starter-test
  • SpringBoot Data
  • Swagger文档和网页ui

基本异常捕获,业务异常定义,返回类型封装

  • com.fehead.lang.controller.BaseController
  • com.fehead.lang.error.CommonError
  • com.fehead.lang.response.FeheadResponse