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

Feat/user/issue2 #12

Closed
wants to merge 13 commits into from
Closed

Feat/user/issue2 #12

wants to merge 13 commits into from

Commits on Jul 5, 2022

  1. refact: config server에서 응답을 받지 못해도 구동 되도록 수정

    - config 정보가 없어 스프링 컨테이너가 뜨지 못하는 상황은 발생할 수 있으나, config server가 응답을 주지 않는다는 이유로 애플리케이션이 구동되지 않는 상황은 발생하지 않도록
    dayoungMM committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    48a4c0b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. feat: DB 연결

    - local 에 존재하는 MongoDB
    - resources/application-db.properties 파일 필요 (로그인 정보 포함), github에는 올리지 않을 예정
    dayoungMM committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3dc2a48 View commit details
    Browse the repository at this point in the history
  2. feat: OAuth2 적용

    - spring-boot-starter-oauth2-client dependency를 추가하면 spring-boot-starter-security도 추가해야함
    - 안그러면 controller에 request가 가지 않음
    - resources에 application-oauth.properties 있어야 동작
    dayoungMM committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6545187 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. feat/config/issue2

    - 일반 로그인, 회원가입
    - oauth 로그인, 회원가입 기능 구현
    smellHyang committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    df342f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    245eff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb9fa04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    085c2eb View commit details
    Browse the repository at this point in the history
  4. feat: 회원가입

    dayoungMM committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d4c7891 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    eb101b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0172f1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adceb64 View commit details
    Browse the repository at this point in the history
  4. gitignore 수정

    dayoungMM committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b480ddd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    318ee45 View commit details
    Browse the repository at this point in the history