Skip to content

flinters/sbt-dao-generator-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-dao-generator-example

How to build

How to prepare the database file

$ sbt clean "project flyway" flywayMigrate

db/development.mv.db as database file was generated.

How to build the infra project

$ sbt clean "project infra" compile

The following file as skinny-orm's mapper are generated by using templates/template.ftl.

infra/target/scala-2.11/src_managed/main/Dept.scala
infra/target/scala-2.11/src_managed/main/Emp.scala

How to build the domain project

$ sbt clean "project domain" compile

How to test the application

$ sbt clean test

About

sbt-dao-generator's examlpe code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages