This is a Java project that implements a simple banking system.
- Comparison of BankAccount objects based on their account number.
- Comparison of Holder objects based on thier clientId.
These instructions will get you a copy of the project up and running on your local machine for development and running purposes.
- Java 17
- Maven
- Clone the repository
git clone https://github.com/edvanioFC/bank.git
- Navigate into the cloned repository
cd bank
- Build the project with Maven
mvn clean install
ou
mvn clean package
- Run the project
java -jar target/bank-1.0-SNAPSHOT.jar
- Generating Javadoc
mvn javadoc:javadoc
- Open the index.html file in the target/site/apidocs folder to view the generated Javadoc.
- Java
- Maven
- Edvanio Correia - edvanioFC
This project is licensed under the MIT License - see the LICENSE.md file for details.