fix mysql connector
This commit is contained in:
parent
2371258417
commit
65f23accf6
@ -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
|
||||
@ -26,8 +25,3 @@ indexing-settings:
|
||||
name: Skillbox
|
||||
- url: https://www.playback.ru
|
||||
name: PlayBack.Ru
|
||||
|
||||
logging:
|
||||
level:
|
||||
org.springframework: DEBUG
|
||||
com.zaxxer.hikari: DEBUG
|
13
pom.xml
13
pom.xml
@ -39,11 +39,16 @@
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.34</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.mysql</groupId>-->
|
||||
<!-- <artifactId>mysql-connector-j</artifactId>-->
|
||||
<!-- <version>8.4.0</version>-->
|
||||
<!-- <scope>runtime</scope>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
<version>8.4.0</version>
|
||||
<scope>runtime</scope>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>8.0.33</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.paulschwarz</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user