I've been experimenting with Spring Fu further and...
# spring
c
I've been experimenting with Spring Fu further and have been getting a runtime exception when I use a seperate route class.:
Exception in thread "main" java.lang.IllegalStateException: org.springframework.context.support.GenericApplicationContext@5cc7c2a6 has not been refreshed yet
The exception does not happen if I wire the routes directly in the application class. Here is some example code and the full stack trace: https://gist.github.com/ciferkey/02be73b8dd18add59c8d63b528c79a12 Any thoughts why?