Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanchezih/poc-spring-boot-holamundo-rest
Aplicacion Spring Boot/Maven que expone una API REST.
https://github.com/sanchezih/poc-spring-boot-holamundo-rest
java-21 maven rest-api spring-boot-3
Last synced: about 2 months ago
JSON representation
Aplicacion Spring Boot/Maven que expone una API REST.
- Host: GitHub
- URL: https://github.com/sanchezih/poc-spring-boot-holamundo-rest
- Owner: sanchezih
- Created: 2024-07-21T17:20:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T03:13:53.000Z (5 months ago)
- Last Synced: 2024-08-22T00:10:09.007Z (4 months ago)
- Topics: java-21, maven, rest-api, spring-boot-3
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POC Spring Boot - Hola Mundo REST
![GitHub last commit](https://img.shields.io/github/last-commit/sanchezih/poc-spring-boot-holamundo-rest)
![GitHub repo size](https://img.shields.io/github/repo-size/sanchezih/poc-spring-boot-holamundo-rest)Aplicacion Spring Boot/Maven que expone una API REST.
## Compilacion y ejecucion
```bash
$ ./mvnw spring-boot:run
```## Uso
Desde un navegador, ir a http://localhost:8080/api/v1/holamundo o desde una terminal ejecutar:
```bash
$ curl http://localhost:8080/api/v1/holamundo
```