four commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
MSI\migue 2025-04-14 18:06:01 -04:00
parent 45fd413b27
commit 9ef6a8c9d6
2 changed files with 5 additions and 1 deletions

4
entrypoint.sh Normal file
View 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" "$@"

View File

@ -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/>