Raysmond / SpringBlog

A simple blogging system implemented with Spring Boot + Hibernate + MySQL + Bootstrap4.
http://raysmond.com
BSD 3-Clause "New" or "Revised" License
1.64k stars 686 forks source link

Database should be called spring_blog_dev. #32

Open nicnhus22 opened 6 years ago

nicnhus22 commented 6 years ago

Command ./gradlew bootRun failed because it was expecting a database called spring_blog_dev as opposed to spring_blog : updated README with correct create database spring_blog_dev command.