Rename and update project to java 21 and newer spring versions

This commit is contained in:
2025-04-28 14:43:54 +02:00
parent a3e8bbfcff
commit f40eef9082
24 changed files with 92 additions and 150 deletions

View File

@@ -4,13 +4,13 @@ spring.jackson.serialization.INDENT_OUTPUT=true
#JPA properties
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:postgresql://127.0.0.1:2345/phatphuckdave
spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/phatphuckdave
spring.datasource.username=phatphuckdave
spring.datasource.password=phatphuckdave765
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.database=POSTGRESQL
spring.jpa.database-platform = org.hibernate.dialect.PostgreSQL92Dialect
spring.jpa.database=MARIADB
spring.jpa.database-platform = org.hibernate.dialect.MariaDB103Dialect
spring.jpa.open-in-view=true
spring.jpa.show_sql=false
spring.jpa.generate-ddl=false