Skip to content

haservi/spring-h2-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

spring jpa simple user crud

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages