ysc / QuestionAnsweringSystem

QuestionAnsweringSystem是一个Java实现的人机问答系统,能够自动分析问题并给出候选答案。
Apache License 2.0
1.96k stars 1.3k forks source link

希望能提供在Eclipse里部署并运行以及Debug的简单指引文档 #8

Closed guotong1988 closed 8 years ago

guotong1988 commented 8 years ago

谢谢大神

guotong1988 commented 8 years ago

mvn eclipse:eclipse

ysc commented 8 years ago

如何使用Eclipse在Github上开发使用Java8的Maven项目?http://my.oschina.net/apdplat/blog/403394

对于QuestionAnsweringSystem的调试来说,你直接在Eclipse开发环境中找到有main方法的类然后打上断点跟踪调试就可以。而对于部署来说,没必要在Eclipse开发环境中部署,因为这个项目的web ui只是一个简单的壳,你在命令行运行mvn package得到war包,扔到tomcat8中部署即可。