-
Notifications
You must be signed in to change notification settings - Fork 1.2k
开发环境搭建
yzhang921 edited this page Dec 15, 2016
·
6 revisions
不推荐Eclipse下面搭建开发环境,所以请不要咨询我Eclipse相关环境配置,谢谢配合!
- 用IDEA打开Maven项目 File Open -> pom.xml
- 工具栏打开Toolbar
完成之后就可以点击工具栏上面的运行按钮运行了,默认通过**http://localhost:8080**访问应用,看到的登陆界面如下。
项目下载到本地导入IDEA方式和收费版IDEA一样,但是不需要配置tomcat和web相关配置,然后参考下面的方式直接运行和调试项目, Add embed tomcat for developer 打开org.cboard.DebugTomcat 访问端口为http://localhost:7090
欢迎大家通过GitHub Issue系统反馈Bug与需求、提Pull Request