摘要:
eclipse maven工程加上参数-Dwtpversion=2.0就能够支持eclipse识别这个web工程。To convert the Maven web project to support Eclipse IDE, in terminal, navigate to “CounterWebAPp” folder, issue this command :mvn eclipse:eclipse -Dwtpversion=2.0You must add the-Dwtpversion=2.0argument to make it as a Eclipse web project. Imp 阅读全文