Package eu.nets.sis.eident.demoapp
Class MainApplication
- java.lang.Object
-
- eu.nets.sis.eident.demoapp.MainApplication
-
@SpringBootApplication(exclude=org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.class) @PropertySource("classpath:application.properties") public class MainApplication extends ObjectEntry class, starts the SpringBoot application
-
-
Constructor Summary
Constructors Constructor Description MainApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSomethingAfterStartup()Write logs into console and file, after server started successfullystatic voidmain(String[] args)Entry point to access E-Ident demo application.
-
-
-
Method Detail
-
doSomethingAfterStartup
@EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void doSomethingAfterStartup()
Write logs into console and file, after server started successfully
-
main
public static void main(String[] args) throws UnknownHostException, IOException
Entry point to access E-Ident demo application. Port number can be changed in applications.properties.- Parameters:
args- Command line arguments- Throws:
IOExceptionUnknownHostException
-
-