whyclxw
2025-01-20 dbc265cd4050dbff19a189f99b6b4680dd81ae8b
1
2
3
4
5
6
7
8
9
package com.whyc.util;
 
import java.util.Properties;
 
public class PropertiesUtil {
 
    public static Properties props;
 
}