Watch
1
0
Fork
You've already forked jeap-archrepo-service
0
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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-16 21:37:55 +00:00
.mvn/wrapper Update dependency maven to v3.9.16 2026-06-30 09:08:43 +00:00
jeap-archrepo-dbschema-model Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-docgen Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-importer-deploymentlog Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-importer-messagetype Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-importer-openapi Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-importer-pactbroker Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-importer-prometheus Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-importer-prometheus-aws Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-importer-prometheus-rhos Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-importer-reaction-observer Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-importers Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-instance Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-metamodel Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-persistence Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-test Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
jeap-archrepo-web Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
.gitignore Pull request #18: jEAP OSS preparation 2025-02-19 08:54:36 +01:00
AGENTS.md JEAP-5952 Add AGENTS.md 2026-06-09 08:50:12 +02:00
CHANGELOG.md Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
CONTRIBUTING.md Pull request #18: jEAP OSS preparation 2025-02-19 08:54:36 +01:00
LICENSE Pull request #18: jEAP OSS preparation 2025-02-19 08:54:36 +01:00
mvnw Pull request #18: jEAP OSS preparation 2025-02-19 08:54:36 +01:00
pom.xml Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
publiccode.yml Update dependency ch.admin.bit.jeap:jeap-spring-boot-parent to v39 2026-08-16 21:37:55 +00:00
README.md Pull request #18: jEAP OSS preparation 2025-02-19 08:54:36 +01:00
SECURITY.md Pull request #18: jEAP OSS preparation 2025-02-19 08:54:36 +01:00
setPomVersions.sh Pull request #18: jEAP OSS preparation 2025-02-19 08:54:36 +01:00
THIRD-PARTY-LICENSES.md Updating THIRD-PARTY-LICENSES.md 2026-08-13 12:14:42 +02:00

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.