Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /