Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.14 KB

java-caesar-cipher

Caesar Cipher

Motivation

  • Encrypt and Decrypt texts using the caesar cipher pattern.

Before start

Make sure the prerequisite list below is present on your environment

API Reference

Links below describes how the API endpoints are defined.

Running (localhost)

  • In the application root, run mvn clean install in order to generate the proper binaries.

Once the above statement is completed, the target folder is now containing the jar file

  • Still in the application root, run docker-compose up --build, and wait for the application deployment in docker.

By default, docker runs in localhost, anyhow check the docker host in docker configuration

Logs

Class Diagram

java-caesar-cipher-diagram