Stephan van Hulst wrote:Can you show us your Application class, and tell us how you're starting your application?
From the spring.io site, here's my Application class:
To run the application, I just click the ">" in the IntellJ toolbar.
Running (in Firefox): "localhost:8080" gives me the expected "Hello World!"
But, I don't seem to be able to wire in more controllers.
My goal is to have multiple methods (different controllers) that can be externally called as an API.
Thanks in advance,
- mike