Fix: contributon branch 반영

This commit is contained in:
yongfire38
2024-05-27 17:23:53 +09:00
parent da5caa40fc
commit 6f4f8c9c4d
64 changed files with 1527 additions and 11848 deletions

View File

@@ -3,7 +3,7 @@ database:
spring:
datasource:
url: ${database.url}?serverTimezone=Asia/Seoul
url: ${database.url}?serverTimezone=Asia/Seoul&autoReconnect=true&validationQuery=select 1
username: msaportal
password: msaportal
driver-class-name: com.mysql.cj.jdbc.Driver