chore: introduce syntax error for issue #310 validation
Some checks failed
Build and Push to ACR / Build and Push (push) Failing after 1m32s
Some checks failed
Build and Push to ACR / Build and Push (push) Failing after 1m32s
This commit is contained in:
@@ -6,6 +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) {
|
||||||
SpringApplication.run(Application.class, args);
|
SpringApplication.run(Application.class, args)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user