[에러]
Caused by: javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory;nested exception is org.hibernate.exception.SQLGrammarException: Unable to open JDBC Connection for DDL execution
[기존 코드]
url: jdbc:mysql://localhost:8081/together?serverTimezone=UTF&charseterEncoding=UTF-8
[해결한 코드]
application.yml 파일에 다음 코드로 수정
url: jdbc:mysql://localhost:8081/together?serverTimezone=Asia/Seoul
jdbc:mysql://localhost:DB 포트번호/DB 이름?serverTimezone=Asia/Seoul