Removed AlternateEntryPoint
This commit is contained in:
parent
f27664413c
commit
f43893b18d
|
@ -1,11 +0,0 @@
|
|||
package org.baeldung;
|
||||
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class AlternateEntryPoint {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Alternate main class triggered");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue