提交小修改!
This commit is contained in:
		@@ -2,5 +2,11 @@
 | 
				
			|||||||
    "tns_name": "xmcx1",
 | 
					    "tns_name": "xmcx1",
 | 
				
			||||||
    "ip_addr": "10.39.0.86",
 | 
					    "ip_addr": "10.39.0.86",
 | 
				
			||||||
    "user_name": "",
 | 
					    "user_name": "",
 | 
				
			||||||
    "password": ""
 | 
					    "password": "",
 | 
				
			||||||
 | 
					    "tables": [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "table_name": "",
 | 
				
			||||||
 | 
					            "table_description": ""
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -1,12 +1,13 @@
 | 
				
			|||||||
package com.cpic.xim.config.db;
 | 
					package com.cpic.xim.config.db;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import java.util.Map;
 | 
					import java.util.Vector;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class OracleConfig
 | 
					public class OracleConfig
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    private String tnsName;
 | 
					    private String          tnsName;
 | 
				
			||||||
    private String ipAddr;
 | 
					    private String          ipAddr;
 | 
				
			||||||
    private String userName;
 | 
					    private String          jdbcURL;
 | 
				
			||||||
    private String password;
 | 
					    private String          userName;
 | 
				
			||||||
    private Map<String, String> tables;
 | 
					    private String          password;
 | 
				
			||||||
 | 
					    private Vector<DBTable> tables;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user