nickchange
2023-10-20 cee52521bbdb998745ca9a0dc6866667e606b79c
cloud-server-account/src/test/java/com/dsh/AccountApplicationTests.java
@@ -17,6 +17,10 @@
    @Test
    void contextLoads() {
        System.out.println(System.getProperty("java.version"));
        System.out.println(System.getProperty("java.compiler"));
        System.out.println(System.getProperty("java.vm.specification.version"));
        System.out.println(System.getProperty("java.specification.version"));
    }