Skip to content

Commit

Permalink
Bump SQL.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Nov 30, 2023
1 parent 6fa0307 commit 4c105ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>de.ree6</groupId>
<artifactId>Ree6-SQL</artifactId>
<version>39fe977501</version>
<version>2.1.5</version>
</dependency>

<!-- Discord -->
Expand Down
3 changes: 1 addition & 2 deletions Backend/src/main/java/de/presti/ree6/backend/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
1 change: 1 addition & 0 deletions Backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c105ce

Please sign in to comment.