320x100 728x90 error2 Error] Could not create connection to database server. spring.datasource.url=jdbc:mysql://localhost:3306/{schemaName}?serverTimezone=UTC&characterEncoding=UTF-8 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.username=root spring.datasource.password=1234 서버타임존을 한국 시간으로 되야하는게 아닌가 하고 KST로 했었는데, 오류가 발생 UTC로 바꾸고 해결 참고 : https://higugu.tistory.com/entry/commysqljdbcexceptionsjdbc4MySQLNonTransientConnectionException-Could-n.. 2021. 4. 13. Error]Intelli J]Unable to parse template "Class" 인텔리제이를 사용하면서 클래스를 생성하려는 도중 위와 같은 오류가 발생했다. 위 오류의 발생 이유를 찾아봤는데, 원인은 코드 템플릿에 문제가 있었다. 인텔리제이의 Preferences 항목으로 이동한다. 그다음 Editor -> File and Code Templates -> Files -> Class 항목으로 이동해준다. 옆에 에디터에 보면 뭔가 오류 같은 빨간 줄이 그어져 있다. 바로 저 부분이 오류였는데 아래 #parse("File Header.java")와 비교해보면 문자열로 인식이 되지 않았다. 쌍 따옴표가 들어가 있는 게 아니어서 오류가 발생했던 것이다. 바꿔주니까 클래스가 잘 생성된 모습이다. 참고 : stackoverflow.com/questions/45497266/unable-to-par.. 2021. 1. 6. 이전 1 다음 300x250 320x100