This builds on the Minimal REST Api project.
Maven Dependencies
Logback Configuration
Add this to src/main/resources/logback.xml
Until this has been fixed, using the SMTP appender in logback prevents tomcat from shutting down. Add the following to your context configuration to shut down properly:Logback shutdown gotcha
Controller updates
Now you can update the controller to print some logging:
No comments:
Post a Comment