https://github.com/elonehoo/restful-return
SpringBoot based return value types are supported by browsers.
https://github.com/elonehoo/restful-return
restful result spring-boot
Last synced: 8 months ago
JSON representation
SpringBoot based return value types are supported by browsers.
- Host: GitHub
- URL: https://github.com/elonehoo/restful-return
- Owner: elonehoo
- License: apache-2.0
- Created: 2022-02-26T08:19:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T07:26:43.000Z (about 1 year ago)
- Last Synced: 2025-06-01T15:59:23.004Z (about 1 year ago)
- Topics: restful, result, spring-boot
- Language: Java
- Homepage: https://elonehoo.github.io/restful-return/
- Size: 129 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# restful-return
SpringBoot based return value types are supported by browsers.
## Getting Started
### Dependency management tools
Below is a brief guide to using dependency management tools like Maven or Gradle.
#### Maven
To use maven add this dependency to your pom.xml:
```xml
io.github.xiaoxunyao
restful-return
0.0.3
```
#### Gradle
To use Gradle add the Maven central repository to your repositories list:
```xml
mavenCentral()
```
Then you can just add the latest version to your build.
```xml
implementation 'io.github.xiaoxunyao:restful-return:0.0.3'
```
Standalone jar
If you do not use any dependency management tool, you can find the latest standalone jar [here](https://github.com/xiaoxunyao/restful-return/releases/latest).
## Minimum Required JDK
axios is known to work with:
Java 1.8 and higher
Other JRE implementations may work as well, but haven't been tested.
## License
Everything found in this repo is licensed under an [Apache-2.0 License](https://github.com/xiaoxunyao/restful-return/blob/master/LICENSE). See the `LICENSE` file