Giter Site home page Giter Site logo

springboot-komapper-user-board's Introduction

Springboot Komapper User Board

  • Kotlin + Spring Boot + Coroutine

Table.

  • 사용자 정보: member
    • member_idx: 식별값(PK): Int
    • member_name: 이름: String
    • member_age: 나이: Int
    • member_number: 번호: Int
    • member_address: 주소: String
    • member_update: 최근변경일자: DateTime
    • member_add: 최초등록일자: DateTime

  • 게시판 정보: board
    • board_idx: 식별값(PK): Int
    • user_idx: 사용자 식별값(FK): Int
    • board_title: 제목: String
    • board_contents: 내용: String
    • board_update: 최근변경일자: DateTime
    • board_add: 최초등록일자: DateTime

Api.

회원: /member

  • 추가
    • 단건추가: POST /member/save
  • 조회
    • 부분조회: GET /list?offset=0&limit=20
  • 수정
    • 단건수정: PUT /member/update
  • 삭제
    • 단건삭제: DELETE /member/delete

게시판: /board

  • 추가
    • 게시물 단건추가:
  • 조회
    • 게시물 전체조회:
    • 게시물 단건조회:
  • 수정
    • 게시물 단건수정:
  • 삭제
    • 게시물 전체삭제:

springboot-komapper-user-board's People

Contributors

lsh955 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.