Java play Template / BoilerPlate
Play Jave 2.6.13 BoilerPlate
This is a very basic Java Play Boiler-plate which uses scala template for rendering a simple HTML Page.
So, you can configure it as per your needs.
PLUGINS
This is a comprehensive list of plugins.sbt included in this project
- Play 2.6.13
- SBT digest
- SBT rjs
- SBT gzip
- SBT uglify
- Play Enhancer
- Play Ebean
- SBT PGP
- SBT Babeljs
- Kipsigman beanstalk plugin
BUILD
These are the following items which are included in build.sbt
- JSEngine is set to Node
javaJDBC, ehCache, javaWs, cacheApi, npm
are all included in appDependencies in libraryDependencies- Guice
- Jcache
- Play Json
- Mysql Connector
- JbCrypt
- JSR107
- JUnit
- Amazon AWS
Steps to run the project:
- Clone this repo
- Open it in some editor
- To make any configuration changes if you want
- Open a command prompt in the root directory of the cloned folder
sbt run
Note: In-case SBT ins't installed make sure to install it and set the path variables to SBT_INSTALLATION_DIR\bin
Do make PULL requests if you want to change anything, or post an ISSUE if you want anything integrated.