From c5d6fe8e5701ad18e7272cb727a205017f5d0392 Mon Sep 17 00:00:00 2001 From: Eduard Kuksa Date: Sat, 22 Feb 2025 20:02:56 +0700 Subject: [PATCH] add small fix to application.yml --- application.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/application.yaml b/application.yaml index a85a84c..f3de919 100644 --- a/application.yaml +++ b/application.yaml @@ -6,6 +6,7 @@ spring: username: ${DB_USER} password: ${DB_PASSWORD} url: ${DB_URL} + driver-class-name: com.mysql.cj.jdbc.Driver # username: root # password: hRMH94dJ # url: jdbc:mysql://localhost:3306/search_engine?useSSL=false&requireSSL=false&allowPublicKeyRetrieval=true @@ -24,4 +25,10 @@ indexing-settings: - url: https://www.skillbox.ru name: Skillbox - url: https://www.playback.ru - name: PlayBack.Ru \ No newline at end of file + name: PlayBack.Ru + +logging: + level: + org.springframework: DEBUG + org.hibernate: DEBUG + com.zaxxer.hikari: DEBUG \ No newline at end of file