A Java web service built using Maven and the MySQL Connector.
This Java web service is a simple project management tool that allows you to manage notes for your projects. The project uses Maven for build and dependency management, and the MySQL Connector for database connectivity. The application is packaged as a WAR file for deployment to a servlet container.
- Java 8 or higher
- Maven
- MySQL database
The project has the following dependency:
- MySQL Connector:
mysql-connector-java:5.1.23
To build the project, run the following command in the project root directory: