Skip to content

Commit 73022f7

Browse files
author
Rajeev Kumar Singh
committed
Using https url for git clone
1 parent 6de7666 commit 73022f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Build Restful CRUD API for a simple Note-Taking application using Spring Boot, M
1515
**1. Clone the application**
1616

1717
```bash
18-
git@github.com:callicoder/spring-boot-mysql-rest-api-tutorial.git
18+
git clone https://github.com/callicoder/spring-boot-mysql-rest-api-tutorial.git
1919
```
2020

2121
**2. Create Mysql database**

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>1.5.4.RELEASE</version>
17+
<version>1.5.8.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

0 commit comments

Comments
 (0)