Skip to content

valeriyc/random

Repository files navigation

Random number generator tool web application.

This test project uses the following technologies:

  • Java 21
  • Spring Boot 3
  • Spring Web
  • junit5, mockito
  • gradle
  • jib
  • junit5

Development

  1. Clone this repository.

  2. Install Java 21, for example, using SDKMan:

sdk install java 21.0.2-open
  1. Build:
./geadlew build
  1. Local run:
./gradlew bootRun

Using docker

  1. Build docker image with jib:
./gradlew jibDockerBuild
  1. Run docker image as a container:
docker run -p 8080:8080 random:0.0.1-SNAPSHOT

Testing

curl http://localhost:8080/random

About

This test project uses the following technologies: Java 21, Spring Boot 3, Spring Web, junit5, mockito, gradle, jib, junit5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages