# sbt-scala **Repository Path**: cshi/sbt-scala ## Basic Information - **Project Name**: sbt-scala - **Description**: No description available - **Primary Language**: Scala - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-05-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Scala Reference https://github.com/alexandru/scala-best-practices # Akka Reference [how-to-get-started-with-akka-streams on stackoverflow](https://stackoverflow.com/questions/35120082/how-to-get-started-with-akka-streams) [An article about akka cluster of SaachaBarber.AkkaExamples](https://sachabarbs.wordpress.com/2016/10/05/akka-clustering/) [某网友的akka博客](http://www.cnblogs.com/tiger-xc/p/6760658.html) [good-use-case-for-akka on stackoverflow](https://stackoverflow.com/questions/4493001/good-use-case-for-akka) # idea shortcut [常用快捷键](http://blog.csdn.net/dc_726/article/details/42784275) https://stackoverflow.com/questions/294167/what-are-the-most-useful-intellij-idea-keyboard-shortcuts - F2/shift+F2: 移到有错误的代码(正向和反向移动) - shift+F6: 重构改名 - shift+ctrl+alt+T: Refactor this 调出重构菜单