commit
1e33e6bc0d
|
@ -3,8 +3,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
targetCompatibility = '17'
|
targetCompatibility = '17'
|
||||||
|
@ -17,6 +15,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.apache.tomcat.embed:tomcat-embed-core")
|
implementation("org.apache.tomcat.embed:tomcat-embed-core")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
targetCompatibility = '17'
|
targetCompatibility = '17'
|
||||||
|
@ -17,6 +15,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||||
implementation("org.webjars:jquery:3.5.0")
|
implementation("org.webjars:jquery:3.5.0")
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
targetCompatibility = '17'
|
targetCompatibility = '17'
|
||||||
|
@ -17,6 +15,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||||
implementation("org.webjars:jquery:3.5.0")
|
implementation("org.webjars:jquery:3.5.0")
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,8 +5,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
targetCompatibility = '17'
|
targetCompatibility = '17'
|
||||||
|
@ -19,6 +17,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter")
|
implementation("org.springframework.boot:spring-boot-starter")
|
||||||
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
|
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,6 @@ plugins {
|
||||||
id "war"
|
id "war"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
targetCompatibility = '17'
|
targetCompatibility = '17'
|
||||||
|
@ -55,6 +53,7 @@ dependencies {
|
||||||
compileOnly("org.eclipse.jetty.ee10:jetty-ee10-servlet")
|
compileOnly("org.eclipse.jetty.ee10:jetty-ee10-servlet")
|
||||||
compileOnly("org.springframework:spring-web")
|
compileOnly("org.springframework:spring-web")
|
||||||
|
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter")
|
implementation("org.springframework.boot:spring-boot-starter")
|
||||||
|
|
||||||
app(files(resourcesJar))
|
app(files(resourcesJar))
|
||||||
|
|
|
@ -3,8 +3,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
targetCompatibility = '17'
|
targetCompatibility = '17'
|
||||||
|
@ -18,5 +16,6 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,8 +5,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
targetCompatibility = '17'
|
targetCompatibility = '17'
|
||||||
|
@ -37,6 +35,7 @@ configurations {
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("org.springframework:spring-webflux")
|
compileOnly("org.springframework:spring-webflux")
|
||||||
|
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter")
|
implementation("org.springframework.boot:spring-boot-starter")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@ plugins {
|
||||||
id "org.springframework.boot"
|
id "org.springframework.boot"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = '17'
|
sourceCompatibility = '17'
|
||||||
targetCompatibility = '17'
|
targetCompatibility = '17'
|
||||||
|
@ -33,6 +31,8 @@ configurations {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("jakarta.servlet:jakarta.servlet-api:6.0.0")
|
compileOnly("jakarta.servlet:jakarta.servlet-api:6.0.0")
|
||||||
|
|
||||||
|
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web") {
|
implementation("org.springframework.boot:spring-boot-starter-web") {
|
||||||
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
|
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue