diff --git a/Procfile b/Procfile
index 74fa69a8..368c6e3b 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: java $JAVA_OPTS -Dserver.port=9010 -Dspring.profiles.active=default -jar target/simpleworklist.jar
+web: java $JAVA_OPTS -Dspring.profiles.active=default -jar target/simpleworklist.jar
diff --git a/build.sh b/build.sh
index 1c0ad279..a2282e4c 100755
--- a/build.sh
+++ b/build.sh
@@ -65,4 +65,6 @@ function main() {
#boot_run
}
+# JAVA_OPTS=-XX:+UseContainerSupport -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8
+
main
diff --git a/pom.xml b/pom.xml
index 62b322f6..b36d81cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -692,11 +692,11 @@
org.springframework.boot
spring-boot-starter-jta-atomikos
- -->
org.springframework.boot
spring-boot-starter-data-jdbc
+ -->
org.springframework.boot
spring-boot-starter-data-jpa
@@ -1871,7 +1871,7 @@
true
- petclinic
+ ${project.artifactId}
clean install
diff --git a/src/main/resources/templates/layout/page.html b/src/main/resources/templates/layout/page.html
index 75fa3a86..5a2cf2ea 100644
--- a/src/main/resources/templates/layout/page.html
+++ b/src/main/resources/templates/layout/page.html
@@ -23,7 +23,7 @@
-