From 24e88c005411294be97eaee7fb21f6478f891978 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sat, 8 Oct 2022 08:50:11 +0200 Subject: [PATCH] update spring to 2.7.4 --- build.gradle | 8 ++++---- .../src/main/resources/application-dev.properties.example | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index e66a0b9..92fa3a0 100644 --- a/build.gradle +++ b/build.gradle @@ -12,10 +12,10 @@ ext { javaVersion=17 - version_log4j2= '2.17.1' // keep in sync with spring-boot-starter-log4j2 - version_spring = '2.6.4' - version_junit = '5.8.2' - version_junit_platform = '1.8.2' + version_log4j2= '2.17.2' // keep in sync with spring-boot-starter-log4j2 + version_spring = '2.7.4' + version_junit = '5.9.1' + version_junit_platform = '1.9.1' version_nodejs = '16.14.2' // keep in sync with npm version_npm = '8.5.0' // keep in sync with nodejs diff --git a/pdb-ui/src/main/resources/application-dev.properties.example b/pdb-ui/src/main/resources/application-dev.properties.example index 12b3e63..7ea0715 100644 --- a/pdb-ui/src/main/resources/application-dev.properties.example +++ b/pdb-ui/src/main/resources/application-dev.properties.example @@ -1 +1,6 @@ -db.base=/tmp/pdb +db.base=/home/andi/ws/performanceDb/dev-database/ +server.port=17333 +cache.images.duration.seconds=86400 +defaults.groupBy=pod,method,metric +defaults.splitBy=method +defaults.query.examples=pod=vapfinra01 and method=ViewService.findFieldView,ViewService.findFieldViewGroup;pod=vappilby01 and method=ReviewInContextController.index;pod=vapnyse001 and method=ReviewInContextController.index,ReviewController.index \ No newline at end of file