44323
2023-10-13 b63785e94f5777080fc8cba1c7b6e112cca01617
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"));
    }
}