Added DB2DataSourceCreator and related tests. Fixed tags &

username/password in jdbcurl of DB2ServiceInfo
This commit is contained in:
mariobriggs
2015-05-27 12:14:28 +05:30
parent 14c5ffc2e9
commit 5f91189fd9
6 changed files with 67 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import org.springframework.cloud.service.common.DB2ServiceInfo;
public class DB2ServiceInfoCreator extends RelationalServiceInfoCreator<DB2ServiceInfo> {
public DB2ServiceInfoCreator() {
super(new Tags(), DB2ServiceInfo.DB2_SCHEME);
super(new Tags("sqldb","dashDB","db2"), DB2ServiceInfo.DB2_SCHEME);
}
@Override