Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
kb:play_framework [2018/02/22 09:50] – created yehuda | kb:play_framework [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Play framework ====== | ====== Play framework ====== | ||
- | see: | + | see: https:// |
<code bash> | <code bash> | ||
Line 14: | Line 14: | ||
echo ' | echo ' | ||
sbt compile | sbt compile | ||
+ | |||
+ | [sbt] eclipse with-source=true | ||
# Debug scala: | # Debug scala: | ||
- | sbt -jvm-debug 9999 | + | sbt -jvm-debug 9999 run |
</ | </ | ||
+ | |||
+ | ===== Deployment ===== | ||
+ | see: https:// |