Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 660 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 660 Bytes

Java Web Service

A Java web service built using Maven and the MySQL Connector.

Overview

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.

Prerequisites

  • Java 8 or higher
  • Maven
  • MySQL database

Dependencies

The project has the following dependency:

  • MySQL Connector: mysql-connector-java:5.1.23

Build

To build the project, run the following command in the project root directory: