https://github.com/pine/spring-util
:herb: Micro utilities for Spring Framework
https://github.com/pine/spring-util
java spring-boot spring-framework
Last synced: about 4 hours ago
JSON representation
:herb: Micro utilities for Spring Framework
- Host: GitHub
- URL: https://github.com/pine/spring-util
- Owner: pine
- License: mit
- Created: 2021-12-24T07:10:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T00:21:47.000Z (over 1 year ago)
- Last Synced: 2025-03-24T10:21:17.420Z (about 1 year ago)
- Topics: java, spring-boot, spring-framework
- Language: Java
- Homepage: https://mvnrepository.com/artifact/moe.pine/spring-util
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-util
[](https://github.com/pine/spring-util/actions/workflows/build.yml)
[](https://codecov.io/gh/pine/spring-util)
[](https://mvnrepository.com/artifact/moe.pine/spring-util)
[](https://javadoc.io/doc/moe.pine/spring-util)
:herb: Micro utilities for Spring Framework

© Pongnathee Kluaythong/123RF.COM
## Requirements
| Java versions | Spring Framework versions | Spring Boot versions | This library version |
|---------------|---------------------------|----------------------|----------------------|
| 8 or later | 5.3 | 2.4-2.7 | 0.1.1 |
| 17 or later | 6.0-6.2 | 3.0-3.4 | 0.2.0 |
## Getting started
The library is published to Maven Central.
```gradle
repositories {
mavenCentral()
}
depepdencies {
implementation "moe.pine:spring-util:$latestVersion"
}
```
## Development
### Test
```
$ ./gradlew clean check
```
### Upload Maven Central
```
$ ./gradlew clean publish
```
## License
MIT © [Pine Mizune](https://pine.moe/)