| | |
| | | import com.ltkj.LtkjApplication; |
| | | import com.ltkj.hosp.domain.SqlTest; |
| | | import com.ltkj.hosp.mapper.TestMapper; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.junit.Test; |
| | |
| | | import org.springframework.test.context.junit4.SpringRunner; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Company: 西安路泰科技有限公司 |
| | |
| | | private TestMapper testMapper; |
| | | @Test |
| | | public void lige() { |
| | | final SqlTest list = testMapper.getList(); |
| | | System.out.println(list); |
| | | |
| | | } |
| | | |
| | | public static void main(String[] args) { |