|
@ -1,9 +1,13 @@ |
|
|
package com.iflytop.colortitration; |
|
|
package com.iflytop.colortitration; |
|
|
|
|
|
|
|
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
|
|
|
|
|
|
@SpringBootTest |
|
|
|
|
|
|
|
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) |
|
|
class ColorTitrationApplicationTests { |
|
|
class ColorTitrationApplicationTests { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
|
void contextLoads() { |
|
|
|
|
|
// 这个测试验证Spring上下文能正常加载 |
|
|
|
|
|
} |
|
|
} |
|
|
} |