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

8 lines
166 B
Java
Raw Normal View History

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