| | |
| | | |
| | | 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; |
| | |
| | | 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")); |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | |