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