From ff15f7d36b5114a4e981b1bfdb397294592a232c Mon Sep 17 00:00:00 2001 From: NITIN BISHT Date: Mon, 4 Mar 2019 18:17:17 +0530 Subject: [PATCH] Updated Readme Updated user_database to users_database as per jdbc:mysql://localhost:3306/users_database?useSSL=false in application.properties file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c329ed5..725d8ea 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ https://github.com/givanthak/spring-boot-rest-api-tutorial.git **2. Create Mysql database** ```bash -create database user_database +create database users_database ``` **3. Change mysql username and password as per your installation**