Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G12Project
/
d6280d3228ec3badf3262b5223d47589ef9aacdc
/
.
/
src
/
test
/
java
/
com
/
intelligentclass
/
backend
/
BackendApplicationTests.java
blob: 90cb00eef79b5c4cf1fd88059b8c5b79171d7b97 [
file
] [
log
] [
blame
]
package
com
.
intelligentclass
.
backend
;
import
org
.
junit
.
jupiter
.
api
.
Test
;
import
org
.
springframework
.
boot
.
test
.
context
.
SpringBootTest
;
@SpringBootTest
class
BackendApplicationTests
{
@Test
void
contextLoads
()
{
}
}