mirror of
https://github.com/jme-admin-ch/jme-crypto-example.git
synced 2026-08-17 13:04:57 +00:00
Read-only mirror of https://github.com/jme-admin-ch/jme-crypto-example — Bundesamt für Informatik und Telekommunikation. Issues & pull requests at the source. Catalog: https://www.opensource.admin.ch/en/softwares/y0ctfg
https://www.opensource.admin.ch/en/softwares/y0ctfg
- Java 95.7%
- Shell 2.6%
- HCL 1.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| .mvn | ||
| .run | ||
| docker | ||
| src | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| exclude-patterns.txt | ||
| LICENSE | ||
| mvnw | ||
| pom.xml | ||
| publiccode.yml | ||
| README.md | ||
| SECURITY.md | ||
| THIRD-PARTY-LICENSES.md | ||
JME Crypto Example
This example project show how to use the jeap-deploymentlog-service library.
Changes
This library is versioned using Semantic Versioning and all changes are documented in CHANGELOG.md following the format defined in Keep a Changelog.
Prerequisites
To use this project, ensure you have the following installed:
- Java Development Kit (JDK): Version 25.
- Docker: For running the required infrastructure.
Note: Use the provided maven wrapper to build and run the project.
Getting started
Infrastructure
Before the examples can be started the infrastructure has to be started using docker
docker-compose -f docker/docker-compose.yml up
Build
The project itself can be built with a simple
./mvnw install
Start
Then the project can be started using
./mvnw spring-boot:run -Dspring-boot.run.profiles=local
Profiles
- application-local: Contains all configurations for running the application locally.
- application-local-disable-encryption: Contains all configurations for running the application locally without encryption.
Note
This repository is part of the open source distribution of JME. See github.com/jme-admin-ch/jme for more information.
License
This repository is Open Source Software licensed under the Apache License 2.0.