Description
Attempting to start back on an older project I haven't worked on in a while, and attempting to upgrade to a newer spring boot release results in a non-start. No errors are logged, and trying to debug has led me nowhere.
It appears that for some reason my routing configuration is completely ignored, and the application never starts to listen on 8080.
I have tried going from 2.0.5 to 2.0.6, 2.0.9, and to 2.1.4. All have the same result on startup, which I have attached logs for.
I could not find anything in the 2.0.6 release notes that seemed to relate. If I try to go as far as 2.1.4 I do have very obvious issues with bean overriding no longer being enabled by default and my application conflicting, so possibly even the 2.0.X problems are related to this symptom?