获取数据列表出错:
org.apache.ibatis.executor.ExecutorException: No constructor found in com.leayun.authority.entity.Permission matching [java.lang.Integer, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String]
解决方法:在对应的类加上注解:
@NoArgsConstructor @AllArgsConstructor
如图: