You need to add "implements WebApplicationInitializer" to your hello.Application.
This is redundant as it extends SpringBootServletInitializer, which itself implements WebApplicationInitializer, however, as @Pierre points out, weblogic requires a class to directly implement it.