首页>代码>spring boot课程评价系统>/evaluation/src/test/java/com/evaluation/EvaluationApplicationTests.java
package com.evaluation;

import com.evaluation.entity.AdminEntityExample;
import com.evaluation.mapper.AdminEntityMapper;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;

@RunWith(SpringRunner.class)
@SpringBootTest
@Slf4j
public class EvaluationApplicationTests {

    @Autowired
    private AdminEntityMapper adminEntityMapper;
    @Test
    public void contextLoads() {
        AdminEntityExample entityExample = new AdminEntityExample();
        entityExample.or().andUsernameLike("%adm%");
        log.info("返回:{}", adminEntityMapper.selectByExample(entityExample));

    }

}
最近下载更多
197199  LV1 1月4日
xuweisong2010  LV28 2024年12月22日
zolscy  LV24 2024年11月29日
dddddcc  LV1 2024年11月9日
wudi1236  LV1 2024年11月5日
o201314o  LV4 2024年8月23日
jimodeai  LV15 2024年5月5日
qiangmin1223  LV12 2024年4月24日
微信网友_6927932988952576  LV12 2024年3月30日
wkq888  LV17 2024年3月6日
最近浏览更多
krispeng  LV15 6月15日
梁小贤  LV1 5月22日
20210203020 5月4日
暂无贡献等级
天天吃面  LV27 4月14日
jinglin 4月5日
暂无贡献等级
NNNNiu 3月24日
暂无贡献等级
lzuiyan 3月19日
暂无贡献等级
passaway 2月26日
暂无贡献等级
zt1403318537 2月11日
暂无贡献等级
新哥新奇士橙  LV4 1月26日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友