feat: ExchangeController & tests
This commit is contained in:
parent
720937bd6c
commit
95ed5f6ae7
8 changed files with 85 additions and 21 deletions
|
@ -9,9 +9,11 @@ import eu.ztsh.wymiana.web.model.UserCreateRequest;
|
|||
import lombok.RequiredArgsConstructor;
|
||||
import org.hibernate.validator.constraints.pl.PESEL;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
|
||||
import java.util.Optional;
|
||||
|
||||
@Validated
|
||||
@RequiredArgsConstructor
|
||||
@Service
|
||||
public class UserService {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue