mirror of
				https://e.coding.net/circlecloud/YumCore.git
				synced 2025-11-03 23:06:02 +00:00 
			
		
		
		
	feat: update spigot version and disable mysql ssl
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
		@@ -50,7 +50,8 @@ public class MySQLCore extends DataBaseCore {
 | 
			
		||||
        this.info.put("password", password);
 | 
			
		||||
        this.info.put("useUnicode", "true");
 | 
			
		||||
        this.info.put("characterEncoding", "utf8");
 | 
			
		||||
        this.url = "jdbc:mysql://" + host + ":" + port + "/" + dbname;
 | 
			
		||||
        this.info.put("useSSL", "false");
 | 
			
		||||
        this.url = "jdbc:mysql://" + host + ":" + port + "/" + dbname + "";
 | 
			
		||||
        try {
 | 
			
		||||
            Class.forName(driverName).newInstance();
 | 
			
		||||
        } catch (Exception e) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user