
sf.tools.SystemUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.tools;
public class SystemUtils {
/**
* 分割符
*/
public static final String lineSeparator = System.getProperty("line.separator", "\n");
/**
* URL protocol for a file in the file system: "file".
*/
public static final String URL_PROTOCOL_FILE = "file";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy