INC-1 change db,work dockerfile and docker-compose.yaml

This commit is contained in:
vladp
2025-11-24 21:04:50 +07:00
parent 1919883628
commit 8a9768bd2a
11 changed files with 243 additions and 79 deletions
@@ -1,13 +0,0 @@
package ru.soune.no_copy;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class NoCopyApplicationTests {
@Test
void contextLoads() {
}
}
@@ -21,7 +21,7 @@ import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.Mockito.when;
public class AuthTestService {
public class AuthServiceTest {
@Mock
private UserRepository userRepository;