mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
DefaultContainer with config.loadFromProperties(PropertiesLoader.load()); effectively runs eval twice on properties which is unnecessary. Additionally add ServerConfig.setRunMigration() because I think it makes more sense / easier to find. Remote PropertiesLoader.setProperty() as it is no longer required for the ebean-test-config plugin.