250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- STS
- myBatis
- Spring Boot
- SpringBoot
- JavaScript
- Docker
- 문서
- 설정
- spring
- Python
- maven
- MSSQL
- JDBC
- 오픈소스
- Exception
- Thymeleaf
- error
- Source
- oracle
- git
- ubuntu
- MySQL
- IntelliJ
- jpa
- Core Java
- Tomcat
- PostgreSQL
- Eclipse
- AJAX
- Open Source
Archives
- Today
- Total
목록H2DataBase (1)
헤르메스 LIFE
[Exception] JPA 테이블 생성 중 drop table if exists order CASCADE 오류
개발환경 Spring boot 2.5.7 jdk : 11 h2 Database : 1.4.200 #application.yml spring: datasource: url: jdbc:h2:tcp://localhost/~/jpashop username: sa password: driver-class-name: org.h2.Driver jpa: hibernate: ddl-auto: create properties: hibernate: # show_sql: true format_sql: true logging.level: org.hibernate.SQL: debug # org.hibernate.type: trace application.yml 설정에 "dll-auto:create" 에 의해서 Entity Cla..
Exception
2021. 11. 30. 01:33