diff options
Diffstat (limited to 'ecomp-portal-widget-ms/widget-ms')
-rw-r--r-- | ecomp-portal-widget-ms/widget-ms/pom.xml | 12 | ||||
-rw-r--r-- | ecomp-portal-widget-ms/widget-ms/src/main/resources/application.properties | 14 |
2 files changed, 16 insertions, 10 deletions
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 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.4.2.RELEASE</version> + <version>1.5.11.RELEASE</version> <relativePath /> <!-- lookup parent from repository --> </parent> <groupId>org.onap.portal</groupId> <artifactId>widget-ms</artifactId> - <version>2.6.0</version> + <version>3.2.0</version> <packaging>jar</packaging> <name>widget-microservice</name> @@ -166,22 +166,22 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.8.10</version> + <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.8.10</version> + <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.8.10</version> + <version>2.9.8</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> - <version>4.1.4.RELEASE</version> + <version>4.2.13.RELEASE</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> 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) |