13 lines
181 B
Java
13 lines
181 B
Java
package com.release11.klaus;
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
class KlausApplicationTests {
|
|
|
|
// @Test
|
|
// void contextLoads() {
|
|
// }
|
|
|
|
}
|