DemoApplication Changes and Properties

This commit is contained in:
IgorNiemiec
2025-10-14 11:00:39 +02:00
parent a62f146e05
commit b25420f569
9 changed files with 604 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}