diff options
author | Igor Dysko <igor1.dysko@orange.com> | 2020-08-25 20:06:23 +0200 |
---|---|---|
committer | Igor Dysko <igor1.dysko@orange.com> | 2020-08-25 20:06:23 +0200 |
commit | 3029b6b3043e6dbe4c7090384a8e49b0b00081a6 (patch) | |
tree | 6c4c41f6e35bb42dc9fbf09ba234462f60041633 /src/main/resources | |
parent | da13873cf332205f83dda4d8763f02d40cfb5a0d (diff) |
Update to spring boot 2guilin
Update of dependencies and source code to spring boot 2
Issue-ID: AAI-3106
Signed-off-by: Igor Dysko <igor1.dysko@orange.com>
Change-Id: Ie12c330af37d3cc841913c22a3703bcc3ae8a5d5
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2c93762..905d920 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -45,4 +45,5 @@ publisher.topic.names=poa-audit-result topics.properties.location=${CONFIG_HOME}/topics/ schema.translator.list=schema-service -spring.application.name=aai-validation
\ No newline at end of file +spring.application.name=aai-validation +spring.main.allow-bean-definition-overriding=true |