This project is a Java Spring Boot application designed to manage a database with CRUD operations on each table and various queries for insightful database analysis. The application utilizes an Oracle database, communicates with it using JDBC templates, and features a user-friendly interface built with Bootstrap.
To use this application, follow these steps:
- Clone the repository to your local machine.
- Ensure you have Java and Maven installed.
- Configure the Oracle database connection properties in the
application.properties
file. - Run the application using
mvn spring-boot:run
. - Access the application through your browser at
http://localhost:8080
.
If you want to contribute to the development of this project, follow these steps:
- Fork the repository on GitHub.
- Clone your fork to your local machine.
- Ensure you have Java and Maven installed.
- Configure the Oracle database connection properties in the
application.properties
file. - Make your changes and create a pull request.