maven项目中,启动项目报错Web application not found src/main/webapps
解决方法:
1.打开对应run的配置
2.修改 working directory 的目录为该模块的根目录(maven默认是你导入的根模块的目录)
3.重新run就可以了。
maven项目中,启动项目报错Web application not found src/main/webapps
解决方法:
1.打开对应run的配置
2.修改 working directory 的目录为该模块的根目录(maven默认是你导入的根模块的目录)
3.重新run就可以了。