From e65b02b471e9660b31c3c094d4f918bacb3d64c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3lie=20*?= <44349276+tetelie@users.noreply.github.com> Date: Fri, 27 Feb 2026 21:09:53 +0100 Subject: [PATCH] change properties --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7299104..15a4abf 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ spring.datasource.url=${DB_URL} spring.datasource.username=${DB_USER} spring.datasource.password=${DB_PASS} -spring.jpa.hibernate.ddl-auto=update +spring.jpa.hibernate.ddl-auto=validate server.port=8083 \ No newline at end of file