Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- IntelliJ
- port
- web.xml
- tomcat
- context
- grep
- find
- GIT
- Source
- 네트워크
- 단축키
- VirtualBox
- Quartz
- plugin
- 줄바꿈 문자
- netsh
- lsof
- ssh
- Windows 10
- JavaScript
- vscode
- xargs
- profile
- maVen
- resource
- import
- Eclipse
- Mac
- Windows
- bash
Archives
- Today
- Total
develog
[jpa] Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set 본문
카테고리 없음
[jpa] Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
냐옴 2023. 11. 24. 14:11
에러
Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
applicaiton.yml 에 추가
spring:
jpa:
database: h2
database-platform: org.hibernate.dialect.H2Dialect
Comments