feat(12): plugin to restart dev server in sbt
This commit is contained in:
parent
509c45b357
commit
77dca6b951
|
@ -0,0 +1 @@
|
|||
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
|
|
@ -44,7 +44,7 @@ object Main {
|
|||
val templateEngine = new TemplateEngine()
|
||||
templateEngine.setTemplateResolver(templateResolver)
|
||||
|
||||
val a = 11234
|
||||
val a = 11
|
||||
val context = new Context()
|
||||
context.setVariable("name", s"Johny $a")
|
||||
|
||||
|
|
Loading…
Reference in New Issue