I have spring boot application integrated with jersey framework. Now when I try to run that application it just stucks at Spring boot logo and nothing happens after that.
I tried adding -X also , but no logs appear after logo.I tried many changes to my pom but with same result. I cannt proceed further as I am not able to figure out error information.
Any guess how can I debug this issue, I cannot share my code right now.
[Update] I somehow managed to run the applicaton.Now it goes beyond Sprint Logo
I can see application is started but I am not able to see tomcat starting logs and it just hangs there..
Is it could be issue with using tomcat with springboot and jersy
Logging preferences
fromapplication.properties
?? – Lowermost