我正在使用嵌入式码头服务器来构建战争,我通过 eclipse 运行 maven clean,然后 maven install。我收到一堆“不支持”的错误
\RoleDao.java:[86,13] generics are not supported in -source 1.3
(use -source 5 or higher to enable generics)
public List<Role> findAllRoles()
UserAuth.java:[44,1] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@SuppressWarnings("deprecation")
有人有想法吗?谢谢