commit | 6c6abede7bb88986ea7ec9b81ffdc93c229c7324 | [log] [tgz] |
---|---|---|
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | Thu Nov 14 08:46:44 2024 +0100 |
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | Thu Nov 14 09:37:26 2024 +0100 |
tree | ea56003c25d76e3a07794435e33c7c76c2504d85 | |
parent | 36873f891cbc4a5dd87b6377f3af0624b97bf1f5 [diff] |
Update aai-common dependency in schema-service to 1.15.2 - update aai-common dependency (1.9.4 -> 1.15.2) - this also updates, among other things, spring boot (2.1.12 -> 2.6.15) - use lombok to make code more terse Issue-ID: AAI-4058 Change-Id: Ib4b90d360dc094721eaf82282c6ba0df767d18a9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
In order to start the service locally, here is what needs to be done
mvn clean install
Above command only needs to be run the first time.
The command below actually starts the microservice
mvn -pl aai-schema-service -PrunAjsc
mvn formatter:format spotless:apply process-sources