Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justedlev/spring-boot-v3-commons
🗃️ Utils for Spring Boot v3
https://github.com/justedlev/spring-boot-v3-commons
commons java-17 maven spring-boot-3 utilities utils
Last synced: 24 days ago
JSON representation
🗃️ Utils for Spring Boot v3
- Host: GitHub
- URL: https://github.com/justedlev/spring-boot-v3-commons
- Owner: justedlev
- License: apache-2.0
- Created: 2024-09-02T20:12:14.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T18:39:39.000Z (about 2 months ago)
- Last Synced: 2024-10-01T16:15:23.138Z (about 1 month ago)
- Topics: commons, java-17, maven, spring-boot-3, utilities, utils
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spring Boot v3 Commons
🗃️ Utilities for Spring Boot v3
[![language](https://img.shields.io/badge/Java%2017-e6892e)](https://github.com/justedlev/spring-boot-v3-commons)
[![framework](https://img.shields.io/badge/Spring%20Boot%203-6cb52d)](https://github.com/justedlev/spring-boot-v3-commons)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.justedlev.commons/spring-boot-v3-commons?logo=apachemaven&label=sb3c)](https://central.sonatype.com/search?q=io.justedlev.commons.spring-boot-v3-commons)
[![license](https://img.shields.io/github/license/justedlev/spring-boot-v3-commons)](https://github.com/justedlev/spring-boot-v3-commons)
[![stars](https://img.shields.io/github/stars/justedlev/spring-boot-v3-commons)](https://github.com/justedlev/spring-boot-v3-commons/star)
[![issues](https://img.shields.io/github/issues/justedlev/spring-boot-v3-commons)](https://github.com/justedlev/spring-boot-v3-commons/issues)### 📋 About
Some utils for `🍃 Spring Boot 3`
### ⬇️ Maven dependency
Replace the `${sb3c-version}` with the latest version
```xml
io.github.justedlev.commons
spring-boot-v3-commons
${sb3c-version}```