Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 751 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 751 Bytes

Java Utility Kit (JUK)

A collection of utility tools for Java developers, providing various helpers for common programming tasks.

Available Utilities

Getting Started

  1. Clone this repository
  2. Build the project with Maven:
   mvn clean install
  1. Run the application:
   mvn spring-boot:run
  1. Access the utilities at http://localhost:8080/

Documentation

Each utility has its own documentation:

Technologies

  • Java
  • Spring Boot
  • Maven