Add authentication #1
13
src/test/kotlin/top/fatweb/api/FatWebApiApplicationTests.kt
Normal file
13
src/test/kotlin/top/fatweb/api/FatWebApiApplicationTests.kt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
package top.fatweb.api
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Test
|
||||||
|
import org.springframework.boot.test.context.SpringBootTest
|
||||||
|
|
||||||
|
@SpringBootTest
|
||||||
|
class FatWebApiApplicationTests {
|
||||||
|
|
||||||
|
@Test
|
||||||
|
fun contextLoads() {
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user