Skip to content

atifaftab/Simple-Spring-boot-with-JUnit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Simple-Spring-boot-with-JUnit

It is a simple CRUD operation spring boot project with JUnit

Clone this project in your local machine.

goto Mysql -> then create data base "projectdb" by running this query -> create database projectdb;

now open project in your fav IDE goto application.properties file -> edit db connection, username and password as per your requirement.

right click on project -> Maven -> Update Project (click Force Update of Snapshot/Release) -> OK

right click on project -> Run As -> Spring Boot App

                      BOOM you spring boot project is ready

Now you can go to test for testing purpose.

About

It is a simple CRUD operation spring boot project with JUnit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published