Skip to content

jpa 내부 동작을 이해하기 위한 프로젝트

Notifications You must be signed in to change notification settings

shinyoonsik/Jpa-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. h2 database 실행방법

    • cd ~/JPA/h2/bin
    • ./h2.sh
    • jdbc-url: jdbc:h2:tcp://localhost/~/test
    • 접속 url: localhost:8082
  2. 다대일 연관관계

    • 외래키가 있는 쪽이 연관관계의 주인다

About

jpa 내부 동작을 이해하기 위한 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages