All Projects → herowzz → springfuse

herowzz / springfuse

Licence: Apache-2.0 License
Provide basic framework and class library based on Spring Boot Framework

Programming Languages

java
68154 projects - #9 most used programming language
FreeMarker
481 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].