Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c297f67 + 690de22 commit a1f70f1Copy full SHA for a1f70f1
2 files changed
manifest.yml
@@ -3,5 +3,5 @@ applications:
3
- name: GetStartedJava
4
random-route: true
5
path: target/GetStartedJava.war
6
- memory: 512M
+ memory: 256M
7
instances: 1
pom.xml
@@ -69,6 +69,7 @@
69
<plugin>
70
<groupId>org.apache.maven.plugins</groupId>
71
<artifactId>maven-war-plugin</artifactId>
72
+ <version>2.6</version>
73
<configuration>
74
<failOnMissingWebXml>false</failOnMissingWebXml>
75
<warName>GetStartedJava</warName>
0 commit comments