[T.I.L] 2019-02-10

Today I learn :)

1. 정보처리기사 필기

  • 과목1 데이터베이스
    • 관계형 데이터베이스

2. SpringBoot JPA 복습

  • Entity 클래스 생성
  • 관계 설정 (@OneToOne, @OneToMany, @ManyToMany, @ManyToOne)
  • Repository 생성
    • JpaRepository<Entity 클래스 이름, Id 타입> 을 상속
  • Repository를 사용하는 Service 생성
  • Service를 사용하는 Controller 생성


Categories:

Updated:

Leave a comment