Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 540 Bytes

File metadata and controls

15 lines (11 loc) · 540 Bytes

Just My Play2Java Notes.

custom routes type

In Play framework the “routes” file, Argument type can be used only type that framework defined. I added custom type which math.BigInteger as a sample, for the "routes" file using routesImport.

guice mybatis

How to use Guice and MyBatis in Play2.

guice mybatis multiple db

How to use Guice and MyBatis in Play2.
I’ve to be able to use multiple databases. (AbstractModule -> PrivateModule)

show current configuration

Dump the current play application configuration.