feat: UserCreateRequest model & validation
This commit is contained in:
parent
6fb6ca275c
commit
edf770b8ed
5 changed files with 141 additions and 0 deletions
4
pom.xml
4
pom.xml
|
@ -41,6 +41,10 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-validation</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue