Open shekhargulati opened 8 years ago
What I see in the current post is just a simple spring boot app in scala. However I am curious about the pros and cons using spring boot with scala. Can we use it in production? Or what's the main problem it will bring?
@sadhen you raised a valid point. This is a toy application. I am working on a real application and wanted to write about that. I couldn't finish it so decided to postpone that post. I will update this post with my learning and understanding in couple of weeks. Thanks for your comment.
@sadhen here's my experience with this stack http://dimafeng.com/2016/01/02/scala-spring/ So far we built 4 applications with the same approach and all of them are in production.
@dimafeng Thanks for your reply. I've learned a lot from your post.
This is my detailed repo for Spring Boot with Scala: https://github.com/sadhen/spring-booted-scala
Please provide your feedback by posting a comment against this issue.