Commit 957458f7 authored by Siva Rama Krishna's avatar Siva Rama Krishna

initial commit

parent 03628452
...@@ -4,5 +4,5 @@ ADD /src/main/resources/application.yml // ...@@ -4,5 +4,5 @@ ADD /src/main/resources/application.yml //
ADD /src/main/resources/db-config.properties // ADD /src/main/resources/db-config.properties //
ADD /src/main/resources/db-config-k8s.properties // ADD /src/main/resources/db-config-k8s.properties //
ADD /target/demo-0.0.1-SNAPSHOT.jar // ADD /target/demo-0.0.1-SNAPSHOT.war //
ENTRYPOINT ["java", "-jar", "/demo-0.0.1-SNAPSHOT.jar"] ENTRYPOINT ["java", "-jar", "/demo-0.0.1-SNAPSHOT.war"]
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<groupId>com.altimetrik.ee</groupId> <groupId>com.altimetrik.ee</groupId>
<artifactId>demo</artifactId> <artifactId>demo</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>war</packaging>
<name>demo</name> <name>demo</name>
<description>Demo project for Spring Boot with MySQL</description> <description>Demo project for Spring Boot with MySQL</description>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment