mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-04-20 20:09:17 +08:00
14 lines
215 B
Java
14 lines
215 B
Java
package com.example.wxhk;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
class WxhkApplicationTests {
|
|
|
|
@Test
|
|
void contextLoads() {
|
|
}
|
|
|
|
}
|