shekhargulati / 52-technologies-in-2016

Let's learn a new technology every week. A new technology blog every Sunday in 2016.
https://shekhargulati.com/
MIT License
7.19k stars 597 forks source link

Week 37: Spring Boot with Scala #55

Open shekhargulati opened 7 years ago

shekhargulati commented 7 years ago

Please provide your feedback by posting a comment against this issue.

da-liii commented 7 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?

shekhargulati commented 7 years ago

@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.

dimafeng commented 7 years ago

@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.

da-liii commented 5 years ago

@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