post command & query

This commit is contained in:
jinho jeong
2022-05-30 20:09:15 +09:00
parent efea36e1fc
commit da318671b6
15 changed files with 164 additions and 16 deletions

View File

@@ -23,6 +23,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'