Skip to content

csh0034/springboot-jpa-notice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring boot + jpa + security + restdocs

공지사항 웹 어플리케이션

개발 환경

Generic badge Generic badge Generic badge Generic badge

Generic badge Generic badge Generic badge Generic badge

요구사항

  • 사용자는 텍스트로 된 공지를 추가할 수 있다.
  • 사용자는 공지를 수정/삭제할 수 있다.
  • 사용자는 공지 목록을 조회할 수 있다.
  • 조회시 제목, 작성일, 작성자, 최종 수정일, 내용이 조회 가능하다.
  • 목록은 페이징 기능이 있다.
  • 공지 등록시 여러개의 첨부 파일을 등록할 수 있다.
  • 로그인 기능.

실행 방법

$ ./gradlew clean bootRun

테스트 방법

$ ./gradlew clean test

빌드 및 jar 실행 방법

$ ./gradlew clean build
$ java -jar build/libs/springboot-jpa-notice-0.0.1-SNAPSHOT.jar

RestDocs

About

SpringBoot + Jpa + Security + RestDocs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published