diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-11-15 17:03:34 +0000 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2022-11-18 08:57:36 +0000 |
commit | a2e99e7df02837d8270228c330bed4915043b996 (patch) | |
tree | 2864318cdd99e18fd1cbb2322318b3e89fe7454c /runtime-acm/src/main/resources/application.yaml | |
parent | 5f72a385593d3ca906c8f3a6c382db213fce206c (diff) |
Link the existing CommissioningController with the generated code
Link the existing CommissioningController
endpoint implementation code with the generated code in Acm.
Issue-ID: POLICY-4454
Change-Id: Ie10296b6af8c8bfdbfa7f54714b22ca4804a2eef
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-acm/src/main/resources/application.yaml')
-rw-r--r-- | runtime-acm/src/main/resources/application.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime-acm/src/main/resources/application.yaml b/runtime-acm/src/main/resources/application.yaml index 6dbaa3a11..df1310d0a 100644 --- a/runtime-acm/src/main/resources/application.yaml +++ b/runtime-acm/src/main/resources/application.yaml @@ -3,7 +3,7 @@ spring: user: name: runtimeUser password: zb!XztG34 - http: + mvc: converters: preferred-json-mapper: gson datasource: |