Fix for spring auto-wiring issue 72/84772/1
authorKotagiri, Ramprasad (rp5662) <rp5662@att.com>
Wed, 10 Apr 2019 02:10:22 +0000 (22:10 -0400)
committerKotagiri, Ramprasad (rp5662) <rp5662@att.com>
Wed, 10 Apr 2019 02:15:40 +0000 (22:15 -0400)
commit1efaa9b5667ba11907beb849bf55f14c5927e35e
tree79434ab0329b287b1c494e1295ad9b605ca21021
parenta7f82864a237478cab07dbbbb227b933ceda32c6
Fix for spring auto-wiring issue

Loaded app properties Configuration class into the web application context.
This was done to ensure that the application properties are read into
the Spring Environment before it is accessed by other beans.

Issue-ID: CCSDK-1011
Change-Id: I8ab840b51cc09c0095f53f8e124ca4f1fa896a73
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
ccsdk-app-common/src/main/java/org/onap/ccsdk/dashboard/util/DashboardProperties.java
ccsdk-app-os/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java