During my off hours this week, I started playing around with spring-boot
. This is one of those frameworks I've been meaning to learn and try out but haven't had the time until recently. My first impressions were fairly positive, though it can be tough to develop in with a simple editor like Sublime Text due to remembering the import
statements for all those annotations.
One thing that caught me off guard was the limited support for serving static assets and dealing with compiling...