https://github.com/herowzz/springfuse
Provide basic framework and class library based on Spring Boot Framework
https://github.com/herowzz/springfuse
spring spring-boot
Last synced: about 2 months ago
JSON representation
Provide basic framework and class library based on Spring Boot Framework
- Host: GitHub
- URL: https://github.com/herowzz/springfuse
- Owner: herowzz
- License: apache-2.0
- Created: 2018-02-07T07:18:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T16:28:04.000Z (9 months ago)
- Last Synced: 2025-03-22T15:12:12.297Z (2 months ago)
- Topics: spring, spring-boot
- Language: Java
- Homepage:
- Size: 347 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpringFuse
[](https://travis-ci.org/herowzz/springfuse)
[](https://oss.sonatype.org/#nexus-search;quick~springfuse)


SpringFuse Provide basic framework and class library based on Spring Boot Framework
## Useage
Add the following dependency to your pom.xml:
```xmlcom.github.herowzz
springfuse
1.1.0-Release```
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