Welcome to the java-sample-dashboard-1 project! This project is built using Spring Boot and Java 17, with a MySQL database.
- Java 17
- MySQL
-
Clone the repository:
https://github.com/DarshanTechHive/sample-dashboard-1.git
-
Configure the SQL Server database connection in
application.properties:spring.datasource.url=jdbc:mysql://localhost:3306/sample_dashboard_1 spring.datasource.username=root spring.datasource.password=Test@123
-
Build and run the project using Maven:
mvn spring-boot:run