https://github.com/nanotaboada/java.samples.spring.boot
🧪 Proof of Concept for a RESTful Web Service made with JDK 21 (LTS) and Spring Boot 3
https://github.com/nanotaboada/java.samples.spring.boot
integration-testing java jdk21 proof-of-concept rest-api restful-api spring-boot spring-boot-3
Last synced: 8 months ago
JSON representation
🧪 Proof of Concept for a RESTful Web Service made with JDK 21 (LTS) and Spring Boot 3
- Host: GitHub
- URL: https://github.com/nanotaboada/java.samples.spring.boot
- Owner: nanotaboada
- License: mit
- Created: 2021-06-20T10:55:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T13:28:47.000Z (8 months ago)
- Last Synced: 2025-05-03T14:32:36.123Z (8 months ago)
- Topics: integration-testing, java, jdk21, proof-of-concept, rest-api, restful-api, spring-boot, spring-boot-3
- Language: Java
- Homepage:
- Size: 797 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Sample RESTful Web Service with Spring Boot
## Status
[](https://github.com/nanotaboada/java.samples.spring.boot/actions/workflows/maven.yml)
[](https://sonarcloud.io/summary/new_code?id=nanotaboada_java.samples.spring.boot)
[](https://app.codacy.com/gh/nanotaboada/java.samples.spring.boot/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://codecov.io/gh/nanotaboada/java.samples.spring.boot)
[](https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot)
[](https://codebeat.co/projects/github-com-nanotaboada-java-samples-spring-boot-master)
## About
Proof of Concept for a RESTful Web Service made with [Spring Boot 3](https://spring.io/blog/2024/02/22/spring-boot-3-2-3-available-now) targeting [JDK 21](https://openjdk.org/projects/jdk/21/)
## Structure

_Figure: Simplified, conceptual project structure and main application flow. Not all dependencies are shown._
## Documentation
```console
http://localhost:9000/swagger/index.html
```

## Credits
The solution has been coded using [Visual Studio Code](https://code.visualstudio.com/) with the [Extension Pack for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack)
## Terms
All trademarks, registered trademarks, service marks, product names, company names, or logos mentioned on this repository are the property of their respective owners. All usage of such terms herein is for identification purposes only and constitutes neither an endorsement nor a recommendation of those items. Furthermore, the use of such terms is intended to be for educational and informational purposes only.