Add configs and properties

This commit is contained in:
2023-09-28 18:02:06 +08:00
parent c57064d0f8
commit 91555b8160
14 changed files with 230 additions and 2 deletions

View File

@@ -2,12 +2,16 @@ package top.fatweb.api
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
import top.fatweb.api.constants.SecurityConstants
import java.security.MessageDigest
import java.util.*
@SpringBootTest
class FatWebApiApplicationTests {
@Test
fun contextLoads() {
SecurityConstants.jwtKey
}
}