diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6461633..ea084fb 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,14 +4,10 @@
-
-
-
-
+
-
-
+
@@ -38,17 +34,18 @@
- {
- "keyToString": {
- "Application.App.executor": "Run",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.git.unshallow": "true",
- "git-widget-placeholder": "main",
- "kotlin-language-version-configured": "true",
- "last_opened_file_path": "C:/Users/User/Desktop/NTO-2024-Backend",
- "settings.editor.selected.configurable": "MavenSettings"
+
+}]]>
@@ -105,13 +102,22 @@
1733863638197
-
+
+
+ 1739954165708
+
+
+
+ 1739954165708
+
+
-
+
+
diff --git a/pom.xml b/pom.xml
index 7310309..7059282 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,10 @@
org.projectlombok
lombok
+
+ org.springframework.boot
+ spring-boot-starter-data-jdbc
+
org.postgresql
postgresql
@@ -32,6 +36,7 @@
org.thymeleaf.extras
thymeleaf-extras-springsecurity6
+ 3.1.1.RELEASE
org.springframework.boot
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index e2d20e2..5b5bbc9 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -8,6 +8,7 @@ spring:
jpa:
+
#generate-ddl: false
generate-ddl: true
@@ -15,6 +16,10 @@ spring:
#ddl-auto: none
ddl-auto: create-drop
+ properties:
+ hibernate:
+ dialect: org.hibernate.dialect.PostgreSQLDialect
+
# Показываем запросы
show-sql: true