Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 582 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 582 Bytes

Spring Simple CRUD

h2를 내장형 데이터베이스를 이용하여 간단한 User Entity의 기본적인 CRUD를 구현한 프로젝트입니다.

로그의 경우 아래와 같이 p6spy를 이용하여 쿼리를 볼 수 있도록 설정했습니다.

코드 실행 후 h2 db와 swagger ui를 확인할 수 있습니다.

http://localhost:8080/h2-console
http://localhost:8080/swagger-ui/index.html

위의 swagger-ui 접속하면 아래와 같이 api를 확인할 수 있습니다.

img.png

img.png