add mysql driver
This commit is contained in:
parent
8f2a6ad366
commit
a798492377
@ -6,6 +6,7 @@ spring:
|
||||
username: ${DB_USERNAME}
|
||||
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
|
||||
|
@ -8,7 +8,5 @@ services:
|
||||
ports:
|
||||
- "8087:8080"
|
||||
restart: always
|
||||
environment:
|
||||
- DB_USER=${DB_USER}
|
||||
- DB_PASSWORD=${DB_PASSWORD}
|
||||
- DB_URL=${DB_URL}
|
||||
env_file:
|
||||
- .env
|
Loading…
x
Reference in New Issue
Block a user