We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c658c3 commit ba00da7Copy full SHA for ba00da7
.gitignore
@@ -1,12 +1,10 @@
1
*.class
2
3
-# Mobile Tools for Java (J2ME)
4
-.mtj.tmp/
5
-
6
-# Package Files #
7
-*.jar
8
-*.war
9
-*.ear
10
11
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
hs_err_pid*
+.gradle/
+.idea/
+/build/
+/target/
+
README.md
@@ -1,2 +1,16 @@
# spring-boot-sample-jelastic
Spring Boot Web UI Sample for Jelastic Cloud
+If you use Maven, just execute the following command
+[indent=0]
+----
+ $ mvn clean package
+If you are Gradle-lover, you can build executable jar file using the following command:
13
+ $ ./gradlew clean assemble
14
15
16
0 commit comments