mirror of
https://github.com/PaulReichmuth/timekeep-backend.git
synced 2025-12-22 14:41:57 +00:00
9 lines
163 B
Java
9 lines
163 B
Java
package de.pnreichmuth.timekeep_backend;
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
class TimekeepBackendApplicationTests {
|
|
|
|
}
|