This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205501416
/
HanGouT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
上传文件至 'HanGouT_BackEnd-master/src/test/java/com/example/hangoutspringboot'
master
曹天怡
2 years ago
parent
1bf854abba
commit
86a0e7ffee
1 changed files
with
13 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
HanGouT_BackEnd-master/src/test/java/com/example/hangoutspringboot/HanGouTSpringBootApplicationTests.java
+ 13
- 0
HanGouT_BackEnd-master/src/test/java/com/example/hangoutspringboot/HanGouTSpringBootApplicationTests.java
View File
@ -0,0 +1,13 @@
package
com.example.hangoutspringboot
;
import
org.junit.jupiter.api.Test
;
import
org.springframework.boot.test.context.SpringBootTest
;
@SpringBootTest
class
HanGouTSpringBootApplicationTests
{
@Test
void
contextLoads
(
)
{
}
}
Write
Preview
Loading…
Cancel
Save