| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Ebean plugin for ACT Framework.
| ActFramework | act-ebean |
|---|---|
| 1.0.x | 1.0.x, 1.1.0, 1.1.1 |
| 1.1.x | 1.1.2+ |
For configuration items, please refer to act-sql-common
If application needs to manipulate the loaded configuration before EbeanServer is created, try add the following method in any Class:
@OnEvent(beforeAppStart = true)
public static void configureEbean(ServerConfig config) {
// do whatever required on ebean's ServerConfig
}| Back | FazBrowse Home | New Git URL |