Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T09:34:03.000Z (over 1 year ago)
- Last Synced: 2023-07-26T21:57:49.704Z (over 1 year ago)
- Topics: spring, spring-boot
- Language: Java
- Homepage:
- Size: 344 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpringFuse
[![Build Status](https://travis-ci.org/herowzz/springfuse.svg?branch=master)](https://travis-ci.org/herowzz/springfuse)
[![Maven](https://img.shields.io/maven-metadata/v/http/central.maven.org/maven2/com/github/herowzz/springfuse/maven-metadata.xml.svg?colorB=yellow)](https://oss.sonatype.org/#nexus-search;quick~springfuse)
![jdk1.15+](https://img.shields.io/badge/jdk-1.15%2B-orange.svg)
![spring boot 2.4.3](https://img.shields.io/badge/spring%20boot-2.4.3-ff69b4.svg)
![license](https://img.shields.io/hexpm/l/plug.svg)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