eclipse项目发布到tomcat后的默认部署路径

eclipse项目发布到tomcat后的默认部署路径是不确定的,但是可以通过在项目中打印的方式显示eclipse默认的部署路径,比如在springmvc中

String basePath=ContextLoader.getCurrentWebApplicationContext().getServletContext().getRealPath("/") ;
System.out.println(basePath);

这样就可以在控制台看到路径了。

eclipse项目发布到tomcat后的默认部署路径

上一篇:嵌入值和序列化LOB


下一篇:解决高并发-springboot-redis-mysql医院预约系统项目超详细讲解--半个小时教你如何使用springboot完成预约项目-----第四章:预约挂号