摘要: private static final String CONFIG_FILE = "database.properties"; // 配置文件路径 private static Properties dbProperties; static { // 静态代码块,用于加载配置文件 dbProper 阅读全文
posted @ 2024-07-19 16:38 白泽的格物志 阅读(17) 评论(0) 推荐(0)