feat: 增加了 jwt 验证方式。
This commit is contained in:
@@ -70,6 +70,10 @@ dependencies {
|
||||
// Excel处理
|
||||
implementation("org.apache.poi:poi:5.2.5")
|
||||
implementation("org.apache.poi:poi-ooxml:5.2.5")
|
||||
|
||||
// Redis
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-redis")
|
||||
implementation("org.apache.commons:commons-pool2")
|
||||
}
|
||||
|
||||
tasks.withType<Test> {
|
||||
|
||||
Reference in New Issue
Block a user