fix: repair broken Spring Boot entrypoint
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 57s
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 57s
This commit is contained in:
@@ -6,7 +6,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
public class Application {
|
public class Application {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
// BUG: missing semicolon on next line
|
SpringApplication.run(Application.class, args);
|
||||||
SpringApplication.run(Application.class, args)
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user