From 221a73d718d9a02bd7ece0b9d814db71bfe2f946 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Thu, 30 Jan 2014 19:45:36 +0100 Subject: Improve activator description --- tutorial/index.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'tutorial/index.html') diff --git a/tutorial/index.html b/tutorial/index.html index a77b4dc..645a65b 100644 --- a/tutorial/index.html +++ b/tutorial/index.html @@ -6,13 +6,15 @@

Using Slicks default code generator

-
-This code example shows how to setup sbt to use Slick's preconfigued code-generator for working with an existing database schema. project/Build.scala enables automatically as well as manually triggered code-generation. src/main/scala/Example.scala uses the generated code. The code is generated into file target/scala-2.10/src_managed/slick/demo/Tables.scala, which can be changed in the sbt script. It is usally wise to keep the generated Slick code under version control.
-
-Use sbt run to run the demo.
-
-More info about Slick on http://slick.typesafe.com/docs/
-    
+

+ This code example shows how to setup sbt to use Slick's preconfigued code-generator for working with an existing database schema. project/Build.scala enables automatically as well as manually triggered code-generation. src/main/scala/Example.scala uses the generated code. The code is generated into file target/scala-2.10/src_managed/slick/demo/Tables.scala, which can be changed in the sbt script. It is usally wise to keep the generated Slick code under version control. +

+

+ Use sbt run to run the demo. +

+

+ More info about Slick on http://slick.typesafe.com/docs/ +

-- cgit v1.2.3