nickchange
2023-10-23 12916db6e7946a31f4fbc5c48a27e7769683b034
cloud-server-account/src/test/java/com/dsh/AccountApplicationTests.java
@@ -2,6 +2,9 @@
import com.dsh.account.controller.CoachTypeController;
import com.dsh.account.controller.UseBenefitsController;
import com.dsh.account.model.vo.userBenefitDetail.Goods;
import com.dsh.account.util.ResultUtil;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@@ -12,15 +15,14 @@
class AccountApplicationTests {
    @Autowired
    private CoachTypeController controller;
    private UseBenefitsController useBenefitsController;
    @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"));
    }