mvnw clean package -DskipTest
-
If you add the --build option, it is forced to build the images even when not needed: docker-compose up --build
-
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
- netstat -aon | findstr :8080
- taskkill /PID 13212 /F
Correcto: se terminó el proceso con PID 13212.
http://localhost:8080/swagger-ui.html
localhost:8080/api/conversion/create
{ "data": { "model":"TUCSON", "cryptocurrency":"ETH" } }
localhost:8080/api/purchase/save
{ "data": { "model":"TUCSON", "version": "ALL NEW TUCSON TA HGS", "cryptocurrency":"ETH", "convertionId":"409-134-875-1150", "fullName": "Juan Perez" } }
localhost:8080/api/report/generate
{ "data": { "date": "2023-07-30", "model": "TUCSON", "cryptocurrency": "ETH" } }