rename files

- HlaejaServiceApplication to Application
- rename application.properties to application.yml
This commit is contained in:
2025-04-07 16:05:18 +02:00
parent e012b0507c
commit 5c54671faa
4 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class HlaejaServiceApplicationTests {
class ApplicationTests {
@Test
fun contextLoads() {