build(boot): Dockerfile support BOOT_OPTS env

This commit is contained in:
ReaJason
2025-02-23 16:45:27 +08:00
parent 7e84cab7bc
commit a861effd12
2 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -44,7 +44,6 @@ dependencies {
implementation(project(":deserialize")) {
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation 'org.apache.bcel:bcel'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation('org.springframework.boot:spring-boot-starter-web') {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
@@ -58,6 +57,6 @@ dependencies {
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
tasks.named('test') {
test {
useJUnitPlatform()
}