Skip to content

Commit ba00da7

Browse files
committed
Added readme
1 parent 8c658c3 commit ba00da7

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

.gitignore

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
*.class
22

3-
# Mobile Tools for Java (J2ME)
4-
.mtj.tmp/
5-
6-
# Package Files #
7-
*.jar
8-
*.war
9-
*.ear
103

114
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
125
hs_err_pid*
6+
.gradle/
7+
.idea/
8+
/build/
9+
/target/
10+

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# spring-boot-sample-jelastic
22
Spring Boot Web UI Sample for Jelastic Cloud
3+
4+
If you use Maven, just execute the following command
5+
[indent=0]
6+
----
7+
$ mvn clean package
8+
----
9+
10+
If you are Gradle-lover, you can build executable jar file using the following command:
11+
[indent=0]
12+
----
13+
$ ./gradlew clean assemble
14+
----
15+
16+

0 commit comments

Comments
 (0)