mirror of
https://github.com/jeap-admin-ch/jeap-archrepo-service.git
synced 2026-08-17 12:54:55 +00:00
Read-only mirror of https://github.com/jeap-admin-ch/jeap-archrepo-service — Bundesamt für Informatik und Telekommunikation. Issues & pull requests at the source. Catalog: https://www.opensource.admin.ch/en/softwares/bwaeu4
https://www.opensource.admin.ch/en/softwares/bwaeu4
- Java 95.7%
- JavaScript 3.3%
- CSS 0.7%
- HTML 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .mvn/wrapper | ||
| jeap-archrepo-dbschema-model | ||
| jeap-archrepo-docgen | ||
| jeap-archrepo-importer-deploymentlog | ||
| jeap-archrepo-importer-messagetype | ||
| jeap-archrepo-importer-openapi | ||
| jeap-archrepo-importer-pactbroker | ||
| jeap-archrepo-importer-prometheus | ||
| jeap-archrepo-importer-prometheus-aws | ||
| jeap-archrepo-importer-prometheus-rhos | ||
| jeap-archrepo-importer-reaction-observer | ||
| jeap-archrepo-importers | ||
| jeap-archrepo-instance | ||
| jeap-archrepo-metamodel | ||
| jeap-archrepo-persistence | ||
| jeap-archrepo-test | ||
| jeap-archrepo-web | ||
| .gitignore | ||
| AGENTS.md | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| mvnw | ||
| pom.xml | ||
| publiccode.yml | ||
| README.md | ||
| SECURITY.md | ||
| setPomVersions.sh | ||
| THIRD-PARTY-LICENSES.md | ||
jEAP ArchRepo - Library
Purpose
The jeap-archrepo-service is a jEAP library designed to be integrated into applications through simple dependency configuration.
This library provides a centralized system for automatically managing and documenting the application architecture inventory.
Integration
Preconditions
- The microservice must be a jEAP Microservice.
- The service needs a database (PostgreSQL) so you have to create/order one
Maven Dependency
Add the following dependency to your pom.xml:
```xml
<dependency>
<groupId>ch.admin.bit.jeap</groupId>
<artifactId>jeap-archrepo-service</artifactId>
<version>[version]</version>
</dependency>
```
Changes
This library is versioned using Semantic Versioning and all changes are documented in CHANGELOG.md following the format defined in Keep a Changelog.
Note
This repository is part the open source distribution of jEAP. See github.com/jeap-admin-ch/jeap for more information.
License
This repository is Open Source Software licensed under the Apache License 2.0.