Skip to content

Commit 180d14f

Browse files
Ashish MishraAshish Mishra
authored andcommitted
adding jar generation command in readme.md
1 parent 1956bc5 commit 180d14f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
HELP.md
22

3-
target/*
3+
target/
44
!.mvn/wrapper/maven-wrapper.jar
55
!**/src/main/**/target/
66
!**/src/test/**/target/
7-
!target/*jar
87

98
### STS ###
109
.apt_generated

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ project-root/
3737
```sh
3838
git clone https://github.com/beneite/SpringBootBasics.git
3939
cd SpringWithDocker
40+
mvn clean package -DskipTests
4041
```
42+
> Running ```mvn clean package -DskipTests``` will create a SpringWithDocker-0.0.1-SNAPSHOT.jar file in target folder.
4143
4244
### 2️⃣ Build and Run Containers
4345

0 commit comments

Comments
 (0)