작성
·
12K
0
제가 오랜만에 강의를 들어와서 진행하고 있습니다
Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
이 에러가 발생하는데 h2 데이터베이스 연결은 했는데요
제 application.yml 소스는
spring:
datasource:
url: jdbc:h2:tcp://localhost/~/TodoList;
username: sa
password:
driver-class-name: org.h2.Driver
jpa:
hibernate:
ddl-auto: create
properties:
hibernate:
format_sql: true
logging:
level:
org.hibernate.SQL: debug
org.hibernate.type: trace
이렇게 되어있습니다
이 에러는 어떻게 고칠 수 있는지 문의드려요