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 | 29 | 30 | 31 |
Tags
- oracle
- myBatis
- maven
- Python
- git
- Tomcat
- error
- PostgreSQL
- SpringBoot
- Eclipse
- IntelliJ
- Docker
- STS
- 설정
- JDBC
- jpa
- ubuntu
- 오픈소스
- Spring Boot
- JavaScript
- spring
- Source
- 문서
- MySQL
- Core Java
- MSSQL
- Open Source
- AJAX
- Exception
- Thymeleaf
Archives
- Today
- Total
목록ddl-auto: create (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