Giter Club home page Giter Club logo

board-demo-server's Introduction

진행상황

endpoints

  • GET:/post : 모든 게시물 반환

  • GET:/post/{no} : 게시물 열람

  • POST:/post : 게시물 등록

  • PUT:/post{no} : 게시물 수정

  • Delete:/post{no} : 게시물 삭제

  • POST:/login : 로그인

  • POST:/logout : 로그아웃

Todos

  • 기본 CRUD 완성
  • method 보안 적용
  • aggregate endpoint 에 paging 적용
  • 조회용 쿼리스트링 처리 추가
  • PasswordEncoder 적용
  • dto 객체 명세
  • response 응답내용 및 httpStatus 확인
  • Logging 추가
  • Test 코드 작성
  • Docs 작성
  • HATEOAS 적용
  • Comment 기능 추가

Issue

  • JPA User Table 생성 오류
  • JPA join issue
  • spring security 기본 /login endpoint 해제 여부 확인
    • /signin 으로 변경 고려

run

h2 console

localhost:8080/h2-console 접속

  • jdbc url : jdbc:h2:mem:h2-test
  • user name : admin
  • password : 1234

Deploy

Docker 환경변수로 secret 입력할 것

  • spring.datasource.url
  • spring.datasource.username
  • spring.datasource.password

board-demo-server's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.