public class DbMigrationConfig extends Object
| Constructor and Description |
|---|
DbMigrationConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResourcePath()
Return the resource path for db migrations.
|
void |
loadSettings(PropertiesWrapper properties)
Load the settings from the PropertiesWrapper.
|
void |
setResourcePath(String resourcePath)
Set the resource path for db migrations.
|
public DbMigrationConfig()
public String getResourcePath()
public void setResourcePath(String resourcePath)
Typically this would be something like "dbmigration/myapp" where myapp gives it a unique resource path in the case there are multiple EbeanServer applications in the single classpath.
public void loadSettings(PropertiesWrapper properties)
Copyright © 2015. All rights reserved.