项目在eclipse中能够运行,但是idea不行
解决办法
在路径名前加上项目名称
webAppContext.setResourceBase("mc-operation-admin/src/main/webapp"); webAppContext.setDefaultsDescriptor("mc-operation-admin/src/main/webapp/webdefault.xml");
IDEA项目运行配置
项目在eclipse中能够运行,但是idea不行
解决办法
在路径名前加上项目名称
webAppContext.setResourceBase("mc-operation-admin/src/main/webapp"); webAppContext.setDefaultsDescriptor("mc-operation-admin/src/main/webapp/webdefault.xml");
1万+

被折叠的 条评论
为什么被折叠?