mariaDB JDBC 로 변경

This commit is contained in:
LEEJK0523
2024-05-21 16:32:22 +09:00
parent 1c2bd955ae
commit fae6df38db
2 changed files with 17 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
# DB
spring.datasource.url=jdbc:mysql://leejk0523.com:3306/profile?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&allowPublicKeyRetrieval=true
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.datasource.url=jdbc:mariadb://leejk0523.com:3306/profile?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&allowPublicKeyRetrieval=true
spring.datasource.username=root
spring.datasource.password=Ghtkssk0325