This commit is contained in:
parent
45fd413b27
commit
9ef6a8c9d6
4
entrypoint.sh
Normal file
4
entrypoint.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "The application will start in ${START_SLEEP}s..." && sleep ${START_SLEEP}
|
||||||
|
exec java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar "${HOME}/app.jar" "$@"
|
2
pom.xml
2
pom.xml
@ -11,7 +11,7 @@
|
|||||||
<groupId>com.myapps</groupId>
|
<groupId>com.myapps</groupId>
|
||||||
<artifactId>demoKafka</artifactId>
|
<artifactId>demoKafka</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>demoKafka</name>
|
<name>demoKafka</name>
|
||||||
<description>Demo project for Spring Boot</description>
|
<description>Demo project for Spring Boot</description>
|
||||||
<url/>
|
<url/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user