Skip to main content

Documentation Index

Fetch the complete documentation index at: https://support.locker.io/llms.txt

Use this file to discover all available pages before exploring further.

Development

Running tests

Requirements: Java >= 18 To run all tests:
mvn test # Runs unit tests
Run all tests in a single file:
mvn -Dtest=locker.model.SecretTest test