Skip to content

Provide basic framework and class library based on Spring Boot Framework

License

Notifications You must be signed in to change notification settings

herowzz/springfuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringFuse

Build Status Maven jdk1.15+ spring boot 2.4.3 license

SpringFuse Provide basic framework and class library based on Spring Boot Framework

Useage

Add the following dependency to your pom.xml:

<dependency>
	<groupId>com.github.herowzz</groupId>
	<artifactId>springfuse</artifactId>
	<version>1.1.0-Release</version>
</dependency>

You also can see the folder demo and this have a example project.

Features

  • JPA Enhance
    • Add BaseDao and BaseService to provide basic CURD method
    • Provide Soft-Delete feature
    • Entity class generate to DB Doc(html,word,pdf) file
  • Rest Api Enhance
    • Unified the return ApiResult
    • Base ExceptionHandler to process exception
    • Add annotation @log to record the request log
  • Automatic code generation
  • Some base core util class

About

Provide basic framework and class library based on Spring Boot Framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published