SpringFuse Provide basic framework and class library based on Spring Boot Framework
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.
- 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