PDF: Page 66 (and others)
It didn’t work for me. The message was: wildfly-swarm-run was not found
I only was able to run the microservice when I:
(1) added the line “version.wildfly.swarm>1.0.0.Beta1</version.wildfly.swarm>” on the properties section of the pom.xml file;
(2) ran “mvn clean package”;”java -jar target/hola-wildflyswarm-swarm.jar” (or “mvn clean install wildfly-swarm:run”)
PDF: Page 66 (and others)
It didn’t work for me. The message was: wildfly-swarm-run was not found
I only was able to run the microservice when I:
(1) added the line “version.wildfly.swarm>1.0.0.Beta1</version.wildfly.swarm>” on the properties section of the pom.xml file;
(2) ran “mvn clean package”;”java -jar target/hola-wildflyswarm-swarm.jar” (or “mvn clean install wildfly-swarm:run”)