ReactJS-Spring-Boot-Full-Stack-App icon indicating copy to clipboard operation
ReactJS-Spring-Boot-Full-Stack-App copied to clipboard

Documentation about setup of database missing

Open mauravan opened this issue 3 years ago • 1 comments

how do i have to setup the db or this? Setup script?

Especially the Version of the Database used is important

mauravan avatar Apr 23 '22 09:04 mauravan

hey, you need to install local mysql server, then create a user with credentials (you can use workbench ui) and you can specify spring.datasource.username and spring.datasource.password in application.properties file and then on building the project, the DB should be created automatically(in the pom file there is a dependency mysql connector, that connects to the server) If its too much work, no worries, but would be nice if you try to run it

-mysql server: https://dev.mysql.com/downloads/mysql/ workbench install: https://dev.mysql.com/downloads/workbench/

purshink avatar Apr 23 '22 10:04 purshink