/play-java-ebean-sql-server

Play framework with ebean with sql server 2017

Primary LanguageTSQLCreative Commons Zero v1.0 UniversalCC0-1.0

This is example project to reproduce issue: ebean-orm/ebean#1780

To start only DB:

docker-compose up --build msdb 

Then connect to DB using Azure DataGrip or any client you like, credentials can be found inside docker-compose.yml file, and create a new Database:

create database TestDB
go

Then start play project, you can look below:


Play

Play documentation is here:

https://playframework.com/documentation/latest/Home

EBean

EBean is a Java ORM library that uses SQL:

https://www.playframework.com/documentation/latest/JavaEbean

and the documentation can be found here:

https://ebean-orm.github.io/