Split UpdateScheduler functionality into a new ApplicationStartupListener component; relocate configuration classes to model.config package; refine README.md phrasing and structure.
Build and Push Docker Image / build-and-push (push) Successful in 26s

This commit is contained in:
2026-07-12 11:48:21 +02:00
parent 77db44b1f5
commit 11110771a8
9 changed files with 73 additions and 57 deletions
+6 -7
View File
@@ -5,19 +5,18 @@
This project Spring Boot web service that automatically fetches, manages, and serves Javadoc documentation for Maven artifacts.
If you encounter any bugs or find missing features, feel free to report them on
the [Github Issues page](https://github.com/th-schwarz/JavadocViewerService/issues).
the [GitHub Issues page](https://github.com/th-schwarz/JavadocViewerService/issues).
## Features
- Fetches Javadoc JARs from Maven Central or custom Maven repositories
- Tracks multiple Maven artifacts with version detection
- Serves generated Javadoc via a simple Bootstrap web UI
- Scheduled updates via configurable cron expression
- Persists metadata in an embedded H2 database (Liquibase-managed)
- Retrieves Javadoc JARs from Maven Central or custom Maven repositories
- Tracks multiple Maven artefacts with version detection (only the latest version is taken into account).
- Delivers generated Javadoc content via a simple bootstrap web interface
- Scheduled updates via a configurable cron expression
## Requirements
JRE-21 or docker
At least JRE-21 or docker
## Start
### ... with Java