Skip to content

The ebean plugin that uses latest ebeanorm and requrie java 8 support

License

Notifications You must be signed in to change notification settings

actframework/act-ebean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

act-ebean2

APL v2 Maven Central Build Status codecov Javadocs

Ebean plugin for ACT Framework.

act-ebean vs act-ebean2

  • act-ebean: support JDK7 and JDK8
  • act-ebean2: uses latest ebean version but can only run on JDK8

Note

act-ebean artifactId is now act-ebean-java7, and act-ebean2's artifactId is now act-ebean

Versions

Refer to https://github.com/actframework/actframework/blob/master/VERSION_MATRIX.md

Configuration

For configuration items, please refer to act-sql-common

If application needs to manipulate the loaded configuration before EbeanServer is created, e.g. configuring the multi-tenant support, try add the following method in any Class:

@OnEvent(beforeAppStart = true)
public static void configureEbean(ServerConfig config) {
    // do whatever required on ebean's ServerConfig
}

About

The ebean plugin that uses latest ebeanorm and requrie java 8 support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages