archetype-resources.README.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javaee8-essentials-archetype
Show all versions of javaee8-essentials-archetype
Java EE 8 project quickstart template. Clean, lean and minimalistic.
# Build
mvn clean package && docker build -t ${groupId}/${artifactId} .
# RUN
docker rm -f ${artifactId} || true && docker run -d -p 8080:8080 -p 4848:4848 --name ${artifactId} ${groupId}/${artifactId}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy