Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```