How to deploy a Spring Boot (non-web) Application on Weblogic 12c
问题 I'm trying to deploy a Spring Boot application that does not do any servlets in a Weblogic 12c server. Normally the main application class would implement WebApplicationInitializer and then Weblogic would take it from there. When I don't do this for my application, Weblogic installs the war file just fine, but then nothing happens. Is there some other kind of interface my main application class needs to implement in order for Weblogic to start it up? 回答1: You can't deploy an artifact which