Added DB2DataSourceCreator and related tests. Fixed tags &
username/password in jdbcurl of DB2ServiceInfo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user