NetBeans Docker maven

NetBeans Docker maven

hay que configurar el archivo pom,xml y definir los archivos de maven

seleccionar Run Maven

Goals

alli creamos el goal

usamos

  • docker:build para construir

  • docker:start para inciarlo

Archivos

capitulo 5 del libro esta el codigo

https://github.com/PacktPublishing/Mastering-Microservices-with-Java-Third-Edition/tree/dev

Last updated