Skip to content

Commit 9b12c99

Browse files
Merge pull request #355 from Spring-Framework-Java-Apps/master
work
2 parents f03ca14 + 85106e8 commit 9b12c99

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: java $JAVA_OPTS -Dserver.port=9010 -Dspring.profiles.active=default -jar target/simpleworklist.jar
1+
web: java $JAVA_OPTS -Dspring.profiles.active=default -jar target/simpleworklist.jar

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,6 @@ function main() {
6565
#boot_run
6666
}
6767

68+
# JAVA_OPTS=-XX:+UseContainerSupport -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8
69+
6870
main

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,11 +692,11 @@
692692
<groupId>org.springframework.boot</groupId>
693693
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
694694
</dependency>
695-
-->
696695
<dependency>
697696
<groupId>org.springframework.boot</groupId>
698697
<artifactId>spring-boot-starter-data-jdbc</artifactId>
699698
</dependency>
699+
-->
700700
<dependency>
701701
<groupId>org.springframework.boot</groupId>
702702
<artifactId>spring-boot-starter-data-jpa</artifactId>
@@ -1871,7 +1871,7 @@
18711871
<skip.integration.tests>true</skip.integration.tests>
18721872
</properties>
18731873
<build>
1874-
<finalName>petclinic</finalName>
1874+
<finalName>${project.artifactId}</finalName>
18751875
<defaultGoal>clean install</defaultGoal>
18761876
</build>
18771877
</profile>

src/main/resources/templates/layout/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<body th:fragment="tw-page-body(twcontent,twtitle,scripts)">
2424

2525
<!-- Navbar on Top -->
26-
<header style="background-image: url('/img/jumbotron/2012-06-07_20.58.02.png')" >
26+
<header style="background-image: url('/img/jumbotron/berlin_skyline.png')" >
2727
<div style="background-color: rgba(255, 255, 255, 0.3)">
2828
<div th:replace="layout/navbartop :: navbartop(contexts=${contexts},locale=${locale},thisProject=${thisProject},numberOfNewIncomingMessages=${numberOfNewIncomingMessages},ctx=${ctx})">
2929
</div>

0 commit comments

Comments
 (0)