Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4기 고예성] Spring Boot JPA로 게시판 구현 미션 제출합니다. #254

Open
wants to merge 11 commits into
base: Dev-Yesung/springboot-jpa-board
Choose a base branch
from

Commits on Aug 1, 2023

  1. feat: springboot-board-jpa setup

    springboot-board-jpa setup
    Dev-Yesung committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    97a0fae View commit details
    Browse the repository at this point in the history
  2. feat: springboot-board-jpa setup

    springboot-board-jpa setup
    Dev-Yesung committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b8e7806 View commit details
    Browse the repository at this point in the history
  3. feat: User, Post Entity 구현완료

    User, Post Entity 구현완료
    Dev-Yesung committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4703247 View commit details
    Browse the repository at this point in the history
  4. chore: gitignore 수정

    gitignore 수정
    Dev-Yesung committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    23f96c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. feat: 게시판 기능 구현 모두 완료

    JPA게시판 기능구현을 모두 완료했습니다.
    Dev-Yesung committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    55e3af6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. feat: 게시판 테스트 코드 구현 완료 및 asciidoctor 적용

    게시판 테스트 코드 구현 완료 및 asciidoctor 적용
    Dev-Yesung committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    890833c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    365c9c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad5b5ea View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    f0b36eb View commit details
    Browse the repository at this point in the history
  2. refactor: 도메인에 원시타입 래퍼 클래스를 원시타입으로 변경했습니다.

    null값이 필요없는 필드이기 때문에 원시타입을 사용하는 것이 더 적절해서입니다.
    Dev-Yesung committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9b25d3f View commit details
    Browse the repository at this point in the history
  3. refactor: DTO수정을 통한 캡슐화 증가

    좀 더 캡슐화가 되는 방향으로 DTO의 메서드를 변경했습니다.
    
    BREAKING CHANGE: 서
    Dev-Yesung committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    cf72e15 View commit details
    Browse the repository at this point in the history