- Validation for all fields of requests.
- ErrorDTO
Refactor: mappers struct.
This commit is contained in:
KamilM1205 2025-07-23 14:59:50 +04:00
parent beb275d7cb
commit b88414c699
13 changed files with 87 additions and 56 deletions

View file

@ -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() {
}
}