diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-02-15 10:00:26 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-02-15 10:04:41 +0100 |
commit | 830e99fc38bfa0ce14af7644e1954de89ef7879c (patch) | |
tree | d779091a7773b87b341f9fd6e2d271993cf891c9 /README.md | |
parent | 142cf0fa29a6a673ae33c4176c01d8715983406c (diff) |
Make aai-resources runnable locally via mvn spring-boot:run
- make some property files ignorable
Issue-ID: AAI-3779
Change-Id: I79cf4c6f989f96d304b35c466221e957b94d3e81
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ AAI can be compiled easily with a `mvn clean install -DskipTests`. Integration t ## Starting AAI In a local development environment run: ``` bash -mvn -N -P runAjsc +mvn spring-boot:run ``` You have to be in the `aai-resources` folder for that to work! |