Na hora que eu tento subir ele aparece como " Application error", dai vou no log e tem isso aqui, apos o erro de código h12 aparece ele criando as tabelas e apos isso aparece IllegalStateException, alguém sabe o que pode estar acontecendo?
Código fonte se encontra aq: https://github.com/Jvpereiraa/TCC
INFO: Initializing Spring DispatcherServlet 'dispatcher'
2019-03-27T22:07:56.223348+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=GET path="/" host=fierce-spire-81658.herokuapp.com request_id=2a6fa6ec-b32e-4e9f-8776-0eef4767e4a7 fwd="177.34.79.54" dyno=web.1 connect=0ms service=30001ms status=503 bytes=0 protocol=https
.....
....
....
2019-03-27T22:07:59.538651+00:00 app[web.1]: Mar 27, 2019 10:07:59 PM org.apache.coyote.AbstractProtocol start
2019-03-27T22:07:59.538667+00:00 app[web.1]: INFO: Starting ProtocolHandler ["http-nio-52837"]
2019-03-27T22:07:59.686253+00:00 app[web.1]: Mar 27, 2019 10:07:59 PM org.apache.catalina.core.StandardWrapperValve invoke
2019-03-27T22:07:59.686256+00:00 app[web.1]: SEVERE: Servlet.service() for servlet [dispatcher] in context with path [] threw exception
2019-03-27T22:07:59.686258+00:00 app[web.1]: java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered?