From 8e83c25788017acd56271a72286f7dcbc974e76d Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Tue, 18 Feb 2020 16:16:26 +0530 Subject: Changes made to upgrade pom version Upgraded pom version Issue-ID: PORTAL-769 Change-Id: I65ae68acda464531d699dcb459d328de19a3c7c7 Signed-off-by: Sudarshan Kumar --- ecomp-portal-widget-ms/widget-ms/pom.xml | 12 ++++++------ .../widget-ms/src/main/resources/application.properties | 14 ++++++++++---- 2 files changed, 16 insertions(+), 10 deletions(-) (limited to 'ecomp-portal-widget-ms/widget-ms') diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index c5e641f6..32ca033a 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -7,13 +7,13 @@ org.springframework.boot spring-boot-starter-parent - 1.4.2.RELEASE + 1.5.11.RELEASE org.onap.portal widget-ms - 2.6.0 + 3.2.0 jar widget-microservice @@ -166,22 +166,22 @@ com.fasterxml.jackson.core jackson-annotations - 2.8.10 + 2.9.8 com.fasterxml.jackson.core jackson-core - 2.8.10 + 2.9.8 com.fasterxml.jackson.core jackson-databind - 2.8.10 + 2.9.8 org.springframework.security spring-security-web - 4.1.4.RELEASE + 4.2.13.RELEASE org.projectlombok diff --git a/ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties b/ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties index 8f8207c2..42483b7f 100644 --- a/ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties +++ b/ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties @@ -1,14 +1,14 @@ ## General App Properties server.contextPath=/widget -server.port=8082 +server.port=9082 spring.http.multipart.max-file-size=128MB spring.http.multipart.max-request-size=128MB microservice.widget.location=/tmp ## App DB Properties -spring.datasource.url=jdbc:mariadb://localhost:3306/ecomp_portal_1702&connectTimeout=2000 -spring.datasource.username=widget-user -spring.datasource.password=widget-pass +spring.datasource.url=jdbc:mariadb://localhost:3306/portal +spring.datasource.username=root +spring.datasource.password=root spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect spring.database.driver.classname=org.mariadb.jdbc.Driver spring.jpa.show-sql=false @@ -18,6 +18,12 @@ spring.jpa.properties.hibernate.format_sql=false security.user.name=widget_user security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718) +account.user.name=portal +account.user.password=6APqvG4AU2rfLgCvMdySwQ== + +initialization.default.widgets=true +initialization.widgetData.url=http://www.portal.onap.org:8080/ecompportal-be-att/commonWidgets + ## Certificate Properties #server.ssl.key-store=classpath:widget-keystore.p12 #server.ssl.key-store-password=ENC(DiIYnAMab4u7rEW2yKhF9zBL00uU55q8) -- cgit 1.2.3-korg