fix: spring shell generate error

This commit is contained in:
ReaJason
2025-01-03 00:43:03 +08:00
parent 2da2e180cb
commit 393693b89b
14 changed files with 44 additions and 38 deletions
+4 -1
View File
@@ -6,7 +6,10 @@ plugins {
group = 'com.reajason.javaweb.vul'
version = ''
sourceCompatibility = '1.8'
java {
sourceCompatibility = JavaVersion.VERSION_1_8
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-webflux'
+4 -1
View File
@@ -7,7 +7,10 @@ plugins {
group = 'com.reajason.javaweb.vul'
version = ''
sourceCompatibility = '1.8'
java {
sourceCompatibility = JavaVersion.VERSION_1_8
}
repositories {
mavenCentral()