Skip to content

Commit

Permalink
Updating description in README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
BuntyRaghani committed Nov 26, 2022
1 parent a330cad commit 7969105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spring Boot Hello World

**A simple Spring Boot app to send hello world message to a user**
**A simple Spring Boot 2.x app to send hello world message to a user**

## How to Run Application

Expand All @@ -14,7 +14,7 @@

- **From jar file**
Create a jar file using '**mvn clean install**' command and then execute
<br/>```java -jar target/hello-world-1.0.1-SNAPSHOT.jar```
<br/>```java -jar target/spring-boot-2-hello-world-1.0.2-SNAPSHOT.jar```


- **Directly from IDE**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<version>1.0.2-SNAPSHOT</version>

<name>spring-boot-2-hello-world</name>
<description>A simple Spring Boot app to send hello world message to a user</description>
<description>A simple Spring Boot 2.x app to send hello world message to a user</description>

<properties>
<java.version>1.8</java.version>
Expand Down

0 comments on commit 7969105

Please sign in to comment.