Coder Social home page Coder Social logo

jpa-example's Introduction

jpa-example

지원자 : 김정호
기한 : 2023.02.10 ~ 20.2023.02.14

📚 목차

🕹 사용 기술

📌 Backend

기술 버전
Java 1.8
Spring Boot 2.7.8
Spring Security 2.7.8
Spring Data Jpa 2.7.8
Spring Restdocs Mockmvc 2.7.8
asciidoctor 3.3.2
flyway 8.5.13
H2DB 2.1.214

🎢 구현 기능

  • 게시판 기능
    • 모든 게시글 조회 (GET /api/v1/boards)
    • 게시글 검색 (GET /api/v1/boards/{boardId})
    • 게시글 작성 [회원] (POST /api/v1/boards)
    • 게시글 수정 [게시글 작성자] (PUT /api/v1/boards/{boardId})
    • 게시글 삭제 [게시글 작성자] (DELETE /api/v1/boards/{boardId})
    • 게시글 좋아요 [회원] (POST /api/v1/nices/{boardId})

🤙🏻 API 명세서

HTTP 메서드를 통해 행위를 명시할 수 있도록 RESTful 방식으로 설계했습니다.

게시판
좋아요

jpa-example's People

Contributors

icon7777 avatar

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.