JPA1 [김영한 - 스프링입문] JPA 시작 [스프링-입문] jpaJPAsrc/main/resources/application.propertiesspring.datasource.url=jdbc:h2:tcp://localhost/~/testspring.datasource.driver-class-name=org.h2.Driverspring.datasource.username=saspring.jpa.show-sql=true // jpa 에서 사용하는 sql 문을 확인하기 위한 optionspring.jpa.hibernate.ddl-auto=none // CREATE : 객체 생성 시 자동으로 table 을 생성 JPA 와 Hibernate 와의 관계java -> 벤더사 Oracle 의 구현체 jdkjpa -> 벤더사 Hibernate 구현체로서 존재한다.. 2024. 2. 15. 이전 1 다음