diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-05-07 14:36:26 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-05-07 14:36:26 +0200 |
commit | 079ae934aa4b63f8e3dab9ab302d4b97038f8a6e (patch) | |
tree | f477e9c30b5a7ab1b9ef8414fb245841d61ced43 /README.md | |
parent | 25bd84ec32115b346cab66eeed9dc47cd574d12b (diff) |
Make openapi dependencies in bff compileOnly0.1.0
- make openapi deps compileOnly
- adjust instructions for locally running the app
Issue-ID: PORTALNG-95
Change-Id: I0be66ada6046b527b6a5b5c74546193b78535b51
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,10 +41,10 @@ Currently there are three spring profiles that can be used to run the applicatio To launch the application with a specific profile run ``` sh -SPRING_PROFILES_ACTIVE=local ./gradlew bootRun +SPRING_PROFILES_ACTIVE=local ./gradlew app:bootRun # or export SPRING_PROFILES_ACTIVE=local -./gradlew bootRun +./gradlew app:bootRun ``` ## Development |