From 4c105cee0049fb4f295b57337c6db27f12b6821c Mon Sep 17 00:00:00 2001 From: Presti Date: Thu, 30 Nov 2023 17:00:19 +0100 Subject: [PATCH] Bump SQL. --- Backend/pom.xml | 2 +- Backend/src/main/java/de/presti/ree6/backend/Server.java | 3 +-- Backend/src/main/resources/application.properties | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Backend/pom.xml b/Backend/pom.xml index 433b2743..79c1fa01 100644 --- a/Backend/pom.xml +++ b/Backend/pom.xml @@ -61,7 +61,7 @@ de.ree6 Ree6-SQL - 39fe977501 + 2.1.5 diff --git a/Backend/src/main/java/de/presti/ree6/backend/Server.java b/Backend/src/main/java/de/presti/ree6/backend/Server.java index a9618f10..4449d951 100644 --- a/Backend/src/main/java/de/presti/ree6/backend/Server.java +++ b/Backend/src/main/java/de/presti/ree6/backend/Server.java @@ -73,12 +73,11 @@ public class Server { */ public Server(String[] args) { instance = this; - load(args); } /** - * Call to load and Initialize Data. + * Call to load and initialize Data. * * @param args {@link String[]} used as List of the Arguments given at the start of the Application. */ diff --git a/Backend/src/main/resources/application.properties b/Backend/src/main/resources/application.properties index 9113de39..246802e5 100644 --- a/Backend/src/main/resources/application.properties +++ b/Backend/src/main/resources/application.properties @@ -2,4 +2,5 @@ server.port=8888 logging.file.name=logs/logs.log spring.banner.location=banner/banner.txt spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl +spring.datasource.type=com.zaxxer.hikari.HikariDataSource sentry.dsn=https://2b1724cca5524af180760943bcd4ad14@o4503927742529536.ingest.sentry.io/4504082739822592 \ No newline at end of file