Skip to content

[슬기로운 멘티생활] Table - 글 작성 #30

Description

@hyeseung12

Table : article

  • PostMapping("/api/articles")
    addArticle(), save() 구현

  • GetMapping("/api/articles")
    findAllArticles(), findAll() 구현

  • PutMapping("/api/articles/{id}")
    updateArticle(), update() 구현

  • DeleteMapping("/api/articles/{id}")
    deleteArticle(), delete() 구현


column_name type nullable
article_no Long primary key
title String false
author String false
date String false
test_explain String false
answer String false
input_example String
output_example String
speed String
code_explain String
concept String

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions