From c036557db88c6297b9a626a892dce35c14ab8ee5 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期四, 09 十一月 2023 18:30:31 +0800 Subject: [PATCH] 11.6 --- cloud-server-account/src/test/java/com/dsh/AccountApplicationTests.java | 50 +++++++++++++++++++++++++++----------------------- 1 files changed, 27 insertions(+), 23 deletions(-) diff --git a/cloud-server-account/src/test/java/com/dsh/AccountApplicationTests.java b/cloud-server-account/src/test/java/com/dsh/AccountApplicationTests.java index e3455a0..57a66c5 100644 --- a/cloud-server-account/src/test/java/com/dsh/AccountApplicationTests.java +++ b/cloud-server-account/src/test/java/com/dsh/AccountApplicationTests.java @@ -1,23 +1,27 @@ -package com.dsh; - -import com.dsh.account.controller.CoachTypeController; - -import org.junit.jupiter.api.Test; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.boot.test.context.SpringBootTest; - -import java.util.List; - -@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = AccountApplication.class) -class AccountApplicationTests { - - @Autowired - private CoachTypeController controller; - - - @Test - void contextLoads() { - - } - -} +//package com.dsh; +// +//import com.dsh.account.controller.CoachTypeController; +// +//import org.junit.jupiter.api.Test; +//import org.springframework.beans.factory.annotation.Autowired; +//import org.springframework.boot.test.context.SpringBootTest; +// +//import java.util.List; +// +//@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = AccountApplication.class) +//class AccountApplicationTests { +// +// @Autowired +// private CoachTypeController controller; +// +// +// @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")); +// +// } +// +//} -- Gitblit v1.7.1