Skip to content

This springboot application load data from a json file and inject it into a mysql database using web services.

Notifications You must be signed in to change notification settings

GhaileneSouissi/SpringBoot_Mysql5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot_Mysql5

This application load a json file , inject data to a Mysql database via webservices and expose the data via a REST API.

Steps to execute the application

1- mvn clean install 2 - create a docker mysql container (publish ports,specify root password and grant all privileges) 3 - mvn spring-boot:run or mvn test

About

This springboot application load data from a json file and inject it into a mysql database using web services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages