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