Error in Running Spring Boot Application -


i have spring boot application, ready run in sts(spring tool suite)

i followed [this][1]

[1]: http://docs.spring.io/spring-boot/docs/current/reference/html/howto-traditional-deployment.html link.

i'm getting whitelabel error :

whitelabel error page  application has no explicit mapping /error, seeing fallback.  mon aug 29 11:46:52 ist 2016 there unexpected error (type=not found, status=404). no message available 

is because i'm running on pivotal server?

should use tomcat?

or doesn't matter?

please ensure requestmapping index page, , corresponding method, both in same file main method.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -