配置 maven install
新建一个javaweb项目
目录结构
pom.xml
<profiles>
<profile>
<id>km-ssm-dev</id>
<properties>
<profiles.active>dev</profiles.active>
</properties>
</profile>
<profile>
<id>km-ssm-test</id>
<properties>
<profiles.active>test</profiles.active>
</properties>
</profile>
</profiles>
添加maven启动项
配置tomcat
选择浏览器
勾选js调试器
点击 fix
选择 exploded
新建文件夹 webapps
回到 server ,选中 update classes and resources
选择之前的 maven install
启动
debug启动
添加 js 断点
刷新首页,可以DEBUG JS
部署路径: ${user.home}/.IntelliJIdea/system/tomcat
日志领:本地 tomcat 下的 logs 文件夹
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。