}
@Configuration
public Properties configuration() {
// datasources
return datasource(datasource(datasource(new PropertiesBuilder(), "fo1"), "fo2"), "fo3")
// router
.property("router", "new://Resource?class-name=" + FailOverRouter.class.getName())
.property("router.datasourceNames", "fo1,fo2,fo3")