2022-02-09 16:19:39 +08:00
|
|
|
package com.ghy.goods;
|
|
|
|
|
|
2022-03-14 13:55:22 +08:00
|
|
|
//import org.junit.jupiter.api.Test;
|
|
|
|
|
//import org.springframework.boot.test.context.SpringBootTest;
|
2022-02-09 16:19:39 +08:00
|
|
|
|
2022-03-14 13:55:22 +08:00
|
|
|
//@SpringBootTest
|
2022-02-09 16:19:39 +08:00
|
|
|
class GoodsApplicationTests {
|
|
|
|
|
|
2022-03-14 13:55:22 +08:00
|
|
|
// @Test
|
2022-02-09 16:19:39 +08:00
|
|
|
void contextLoads() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|