Skip to content

Files

boot-r2dbc-reactive-cache

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 27, 2024
Aug 27, 2024
Mar 28, 2025
Aug 27, 2024
Aug 27, 2024
Apr 24, 2025
Aug 27, 2024
Aug 27, 2024
Feb 22, 2025
Aug 27, 2024
Jan 6, 2025
Apr 25, 2025
Aug 27, 2024

boot-reactive-cache

Format code

$ ./mvnw spotless:apply

Run tests

$ ./mvnw clean verify

Run locally

$ docker-compose -f docker/docker-compose.yml up -d
$ ./mvnw spring-boot:run -Dspring-boot.run.profiles=local

Using Testcontainers at Development Time

You can run TestApplication.java from your IDE directly. You can also run the application using Maven as follows:

./mvnw spring-boot:test-run

Useful Links