私は組み込みのjettyサーバーを使用して戦争を構築しています.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")
誰にもアイデアがありますか?ありがとう