nickchange
2023-10-16 2f42c91fcc7545c98900d9a3a1a0c9d77f28fc83
cloud-server-account/src/test/java/com/dsh/AccountApplicationTests.java
@@ -14,9 +14,14 @@
    @Autowired
    private CoachTypeController controller;
    @Test
    void contextLoads() {
      System.out.println("==============="+controller.list());
        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"));
    }
}