-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
22 lines (17 loc) · 1.14 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# mars-exercise
This is a Maven Project aims to provide a good leaning exercise for Spring Boot with Web UI.
Technology Used:
Java 8, Spring Framework, Spring Boot, MicroService,RestService, Hibernate, JPA, JUnit, Maven Build, SqlLocalDB, JSP, JQuery, BootStrap,
Tools Required:
Spring Tool Suite 4, Microsoft SqlSever Management Studio, Soap UI (Soap UI Optional for Testing)
Steps:
1. Import mars-exercise project as existing maven project to your STS (Spring IDE Tool)
2. Change the Database URL and Credentials in application.properties
3. Create the DB tables by running the scripts provided in /db_script/create_db_table.sql file
3. Wait for all Maven dependencies to download and build the project
4. Run the Java Class com.mars.exercise.App ( This class responsible for start the Spring Boot - Contain Main Method)
5. After console message as "SUCCESSFULLY STARTED: MARS SPRING BOOT"
5. Open Web Browser and open URL : http://localhost:8081/mars/index
6. Click on Add Person Details to start adding Person to DB
7. Execute the JUnit Test Cases from com.mars.contoller.test.PersonServiceTest Class.
8. Screen Shot Provided for each functional flow.