Skip to content

veda123/Spring-boot-flyway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-boot-flyway

Steps to Setup the Spring Boot Back end app

  1. Clone the application

git clone https://github.com/veda123/Spring-boot-flyway.git

  1. Create MySQL database

create database test_set_tool_db.

  1. 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

  1. Run the app

You can run the spring boot app by typing the following command -

mvn spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages