Added:
- Validation for all fields of requests. - ErrorDTO Refactor: mappers struct.
This commit is contained in:
parent
beb275d7cb
commit
b88414c699
13 changed files with 87 additions and 56 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package ru.team58.profileservice;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
public class ProfileServiceTest {
|
||||
@Test
|
||||
public void contextLoads() {
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue