Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 909 Bytes

File metadata and controls

31 lines (27 loc) · 909 Bytes
Technologies Used 
•	Java
•	Spring Boot
•	Spring MVC
•	Thyme leaf
•	Hibernate
•	Maven
•	MySQL

To Run program locally, ensure to have following installed on your system:
•	Java Development Kit(JDK) 8 or above
•	Maven
•	Database (MySQL)

Setup Steps
•	git clone https://github.com/sabinalopchan/Java-Assignment
•	cd Java_Application
•	mvn clean install
•	mvn spring-boot:run
•	Once the application is up and running, access it web browser by navigating to:
•	http://localhost:8081 (I have configured port with “8081”)

Database Configuration
•	Create database for application.
•	Update database configuration in “application.properties”. Replace values with your database credentials :  
              spring.datasource.url=jdbc:mysql://localhost:3307/java_application
              spring.datasource.username=root
              spring.datasource.password=