Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:play_framework [2018/02/22 09:52] – 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 run | sbt -jvm-debug 9999 run | ||
</ | </ | ||
+ | |||
+ | ===== Deployment ===== | ||
+ | see: https:// |