From 65f23accf6d7ca9b7a87d6aac7d262414e61feb7 Mon Sep 17 00:00:00 2001 From: Eduard Kuksa Date: Sat, 22 Feb 2025 19:31:57 +0700 Subject: [PATCH] fix mysql connector --- application.yaml | 8 +------- pom.xml | 13 +++++++++---- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/application.yaml b/application.yaml index ed44847..a85a84c 100644 --- a/application.yaml +++ b/application.yaml @@ -6,7 +6,6 @@ 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 @@ -25,9 +24,4 @@ indexing-settings: - url: https://www.skillbox.ru name: Skillbox - url: https://www.playback.ru - name: PlayBack.Ru - -logging: - level: - org.springframework: DEBUG - com.zaxxer.hikari: DEBUG \ No newline at end of file + name: PlayBack.Ru \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2de3833..179f1d9 100644 --- a/pom.xml +++ b/pom.xml @@ -39,11 +39,16 @@ lombok 1.18.34 + + + + + + - com.mysql - mysql-connector-j - 8.4.0 - runtime + mysql + mysql-connector-java + 8.0.33 me.paulschwarz