CustomFailure is a Warden failure app. I think people typically put these in the lib folder, but I felt like it belonged in the controllers folder. I think it's pretty easy to tell Spring to watch a specific file for changes, I'm just not sure why it isn't watching this file already since it is in the controllers folder... maybe because it doesn't end in _controller?
CustomFailure
is a Warden failure app. I think people typically put these in thelib
folder, but I felt like it belonged in thecontrollers
folder. I think it's pretty easy to tell Spring to watch a specific file for changes, I'm just not sure why it isn't watching this file already since it is in thecontrollers
folder... maybe because it doesn't end in_controller
?