-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6486dec
commit e3fc03a
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
Sample Spring Boot project | ||
A very simple Spring boot project that connects to MySQL database, uses Spring Data JPA, and exposes few CRUD REST APIS. | ||
|
||
This sample code is for the following article - https://dev-journal.in/2018/04/20/how-to-spring-boot-project/ | ||
|
||
It is a very simple Spring boot project that connects to MySQL database, uses Spring Data JPA, and also build and expose REST APIS. | ||
This sample code is for the following article - http://developerpod.com/2018/04/20/how-to-spring-boot-project/ | ||
|