Steps to Setup the Spring Boot Back end app
- Clone the application
git clone https://github.com/veda123/Spring-boot-flyway.git
- Create MySQL database
create database test_set_tool_db.
- Change MySQL username and password as per your MySQL installation
open src/main/resources/application.properties file.
change spring.datasource.username and spring.datasource.password properties as per your mysql installation
- Run the app
You can run the spring boot app by typing the following command -
mvn spring-boot:run