WindChat/windchat-boot/src/test/java/com/windchat/im/boot/test/TestSystemPro.java

8 lines
166 B
Java
Executable File

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