Skip to content

Commit fe042a1

Browse files
Ranga Rao KaranamRanga Rao Karanam
authored andcommitted
Step 08
1 parent 7beee08 commit fe042a1

File tree

9 files changed

+800
-5
lines changed

9 files changed

+800
-5
lines changed

Step01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Without a lot of configuration, we are up and running with a web application
2828
<artifactId>springboot-for-beginners-example</artifactId>
2929
<version>0.0.1-SNAPSHOT</version>
3030
<name>Your First Spring Boot Example</name>
31-
<packaging>war</packaging>
31+
<packaging>jar</packaging>
3232
3333
<parent>
3434
<groupId>org.springframework.boot</groupId>

Step02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ First Snippet
4646
<artifactId>springboot-for-beginners-example</artifactId>
4747
<version>0.0.1-SNAPSHOT</version>
4848
<name>Your First Spring Boot Example</name>
49-
<packaging>war</packaging>
49+
<packaging>jar</packaging>
5050
5151
<parent>
5252
<groupId>org.springframework.boot</groupId>

Step03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ logging.level.org.springframework: DEBUG
3131
<artifactId>springboot-for-beginners-example</artifactId>
3232
<version>0.0.1-SNAPSHOT</version>
3333
<name>Your First Spring Boot Example</name>
34-
<packaging>war</packaging>
34+
<packaging>jar</packaging>
3535
3636
<parent>
3737
<groupId>org.springframework.boot</groupId>

Step06.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<artifactId>springboot-for-beginners-example</artifactId>
1616
<version>0.0.1-SNAPSHOT</version>
1717
<name>Your First Spring Boot Example</name>
18-
<packaging>war</packaging>
18+
<packaging>jar</packaging>
1919
2020
<parent>
2121
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)