WindChat/windchat-boot/src/test/java/com/akaxin/site/boot/test/TestSystemPro.java

8 lines
166 B
Java
Executable File

package com.akaxin.site.boot.test;
public class TestSystemPro {
public static void main(String[] args) {
System.out.println(System.getProperty("test.abc"));
}
}