354355356357358359360361
return new DataSourceTransactionManager(dataSource()); } @Bean public ConfigDatabase configDatabase() { return new ConfigDatabase(dataSource(), new XStreamInfoSerialBinding( new XStreamPersisterFactory())); }