All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.server.springboot.docker.jib.entrypoint.sh.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
#!/bin/sh

echo "The application will start in ${JHIPSTER_SLEEP}s..." && sleep ${JHIPSTER_SLEEP}
exec java ${JAVA_OPTS} -noverify -XX:+AlwaysPreTouch -Djava.security.egd=file:/dev/./urandom -cp /app/resources/:/app/classes/:/app/libs/* "{{mainClass}}"  "$@"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy