Skip to content

Commit 162374e

Browse files
Fix Build error (#38)
Included spring boot loader to address Error: Could not find or load main class org.springframework.boot.loader.PropertiesLauncher Co-authored-by: christophercurtis <[email protected]>
1 parent 4301a0c commit 162374e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies {
2828
implementation "org.springframework.boot:spring-boot-starter-web:3.1.4"
2929
implementation "org.springframework.boot:spring-boot-starter-actuator:3.1.4"
3030
implementation "org.springframework.boot:spring-boot-starter-validation:3.1.4"
31+
implementation "org.springframework.boot:spring-boot-loader:3.1.4"
3132
implementation "io.micrometer:micrometer-registry-influx:1.9.0"
3233
implementation "org.javapos:javapos-config-loader:2.2.0"
3334
implementation "org.javapos:javapos:1.14.3"

0 commit comments

Comments
 (0)