Skip to content

chdomenech/test_springboot_webflux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

test_springboot_webflux

Construyo el proyecto

mvnw clean package -DskipTest

Construyo la imagen y levanto los contenedores con la opcion 1 ó 2

  1. If you add the --build option, it is forced to build the images even when not needed: docker-compose up --build

  2. The following only builds the images, does not start the containers: docker-compose build

The following builds the images if the images do not exist and starts the containers: docker-compose up

Liberar puertos ocupados en windows Ej: el 8080

  1. netstat -aon | findstr :8080
  2. taskkill /PID 13212 /F

Correcto: se terminó el proceso con PID 13212.

Reviso la documentacion del api con swagger en localhost

http://localhost:8080/swagger-ui.html

Servicios desarrollados

API 1:

localhost:8080/api/conversion/create

{ "data": { "model":"TUCSON", "cryptocurrency":"ETH" } }

API 2:

localhost:8080/api/purchase/save

{ "data": { "model":"TUCSON", "version": "ALL NEW TUCSON TA HGS", "cryptocurrency":"ETH", "convertionId":"409-134-875-1150", "fullName": "Juan Perez" } }

API 3:

localhost:8080/api/report/generate

{ "data": { "date": "2023-07-30", "model": "TUCSON", "cryptocurrency": "ETH" } }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published