1
zj
2025-04-17 ff2d1f5acdadc466d7e199028ef385ae8ca277e7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package kernel.druid;
 
import com.alibaba.druid.pool.DruidDataSource;
 
import kernel.util.Endecrypt;
 
public class LocalDruidDataSource extends DruidDataSource{
    /**
     * 
     */
    private static final long serialVersionUID = 8682300581159171345L;
    
    private String KEY = "Roj6#@08SDF87323FG00%jjsd";
    
    public void setPassword(String password) {
        super.setPassword(password);
    }
}