Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G8Backend
/
a1bf278cc4dc3a236e5d94ed14a538c5c65b2b39
/
.
/
src
/
test
/
java
/
com
/
example
/
g8backend
/
G8BackendApplicationTests.java
blob: 7fb10ca5880731660602fb019b3dd46229aa8572 [
file
] [
log
] [
blame
]
package
com
.
example
.
g8backend
;
import
org
.
junit
.
jupiter
.
api
.
Test
;
import
org
.
springframework
.
boot
.
test
.
context
.
SpringBootTest
;
@SpringBootTest
class
G8BackendApplicationTests
{
@Test
void
contextLoads
()
{
}
}