摘要: package com.itheima; import com.itheima.dao.RoleDao;import com.itheima.dao.UserDao;import com.itheima.domain.Role;import com.itheima.domain.User;impor 阅读全文
posted @ 2019-06-03 20:00 MyCreep 阅读(178) 评论(0) 推荐(0)
摘要: package com.itheima.domain; import javax.persistence.*;import java.util.ArrayList;import java.util.List; @Entity@Table(name="t_role")public class Role 阅读全文
posted @ 2019-06-03 19:59 MyCreep 阅读(200) 评论(0) 推荐(0)
摘要: package com.itheima; import com.itheima.dao.UserDao;import com.itheima.domain.User;import org.junit.Test;import org.junit.runner.RunWith;import org.sp 阅读全文
posted @ 2019-06-03 19:54 MyCreep 阅读(1884) 评论(0) 推荐(0)