idea + maven + profile + tomcat 调试 javaee 和js
2018-09-26
阅读 2 分钟
5.1k配置 maven install 新建一个javaweb项目目录结构 pom.xml {代码...} 添加maven启动项 配置tomcat 选择浏览器勾选js调试器 点击 fix 选择 exploded 新建文件夹 webapps 回到 server ,选中 update classes and resources 选择之前的 maven install 启动 debug启动 添加 js 断点 刷新首页,可以DEBUG JS 部署路径: ${use...