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

8 lines
166 B
Java
Raw Normal View History

2019-11-27 23:33:33 +08:00
package com.windchat.im.boot.test;
2019-07-29 23:42:16 +08:00
public class TestSystemPro {
public static void main(String[] args) {
System.out.println(System.getProperty("test.abc"));
}
}