| | |
| | | |
| | | 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("==============="+controller.list()); |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | } |