Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 428 Bytes

File metadata and controls

37 lines (24 loc) · 428 Bytes

Example java application

Requirements

Java 17 Gradle 9

Run the security check analisys

gradle dependencyCheckAnalyze

Build the tar

gradle build

Run the application

java -jar build/libs/demo-0.0.1-SNAPSHOT.jar 

The application will listen to the port 8080

Run unit tests

gradle test

Available endpoints

  • / GET
  • /current-connections GET