This repository is for the OZG info manager.
Getting Started
Reference Documentation
For further reference, please consider the following sections:
- Spring Boot Gradle Plugin Reference Guide
- Create an OCI image
- Spring RestClient
- Spring Boot Actuator
- Spring Data MongoDB
- Spring Boot DevTools
Guides
The following guides illustrate how to use some features concretely:
Properties
Name | Description | Default value |
---|---|---|
ozgcloud.infomanager.allowed-client-names | List of names of grpc clients allowed to access the getServiceUrlOfNachricht | Antragsraum |
ozgcloud.infomanager.postfach-id-key-name | Name of the key used to read the postfach id from the auth token | postkorbhandle |
Useful commands
See setup details here: https://wiki.mgm-tp.com/confluence/x/dwMkEw
docker run -p 9090:9090 -p 8081:8081 dockerregistry.mgm-tp.com/com.mgmtp.bup.ozg/ozg-info-manager:0.0.1-9.b1aa5f2-SNAPSHOT
Run it from commandline use:
./mvnw spring-boot:run -Dspring-boot.run.profiles=local -pl info-manager-server
at the info-manager root directory