shekhargulati / 52-technologies-in-2016

Let's learn a new technology every week. A new technology blog every Sunday in 2016.

Home Page:https://shekhargulati.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 37: Spring Boot with Scala

shekhargulati opened this issue · comments

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

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