Skip to content

Play Framework application working with sub projects in a single build.

Notifications You must be signed in to change notification settings

yasszu/play-framework-subprojects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play Framework 2.6

Play Framework application working with sub projects in a single build.

Getting started

Install sbt

Download sbt from https://www.scala-sbt.org/download.html

Run Play

Run all project:

$ cd play-application
[play-application] $  sbt runAll

Run each project individually:

$ sbt
[play-application] $ projects
[info] In file:/Users/ysuzuki/workspace/play/play-application/
[info]   * root
[info]     search
[play-application] $ project search
[search] $ run 9001

API Endpoints

GET /github/search

http://localhost:9000/github/search?q=scala

Refs

Create new application

https://www.playframework.com/documentation/2.6.x/SBTSubProjects

About

Play Framework application working with sub projects in a single build.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published