当前位置:网站首页>关于web应用的目录结构
关于web应用的目录结构
2022-08-02 05:04:00 【SteadyHeart】
我们做的web应用最后要打成war包到tomcat服务器的webapps目录下,这样就可以在网络中访问了
webapps
|->oa项目|->....
|->crm项目
|->.css,.js,.img
|->WEB-INF
|->web.xml
|->classes
|->lib
|->pages|->放web资源(.html, .jsp等)
classes放你java目录下的java代码编译后的class文件和resources下的配置文件,pom.xml中配置的依赖会加载到lib供classes中的代码调用,而idea中的webapp目录下的所有东西都会打war包到crmweb项目的目录下。
边栏推荐
- Android studio连接MySQL并完成简单的登录注册功能
- Go语学习笔记 - 处理超时问题 - Context使用 从零开始Go语言
- 大屏UI设计-看这一篇就够了
- 高防服务器防御的原理是什么
- nacos注册中心
- leetcode 204. Count Primes 计数质数 (Easy)
- MySQL如何创建用户
- How H5 realizes evoking APP
- 100 latest software testing interview questions in 2022, summary of common interview questions and answers
- kubernetes 亲和、反亲和、污点、容忍
猜你喜欢
随机推荐
系统(层次)聚类
apisix-Getting Started
MySQL 8.0.28 version installation and configuration method graphic tutorial
swinIR论文阅读笔记
MySQL 5.7 upgrade to 8.0 detailed process
MySQL 5.7 detailed download, installation and configuration tutorial
行测不会概念
面试测试工程师一般会问什么?测试主管告诉你
MySQL 5.7详细下载安装配置教程
ELK log analysis system
mysql实现按照自定义(指定顺序)排序
leetcode 204. Count Primes 计数质数 (Easy)
2022年100道最新软件测试面试题,常见面试题及答案汇总
MySQL 8.0.29 decompressed version installation tutorial (valid for personal testing)
Jmeter使用多线程测试web接口
pg数据库报错问题,有懂的吗
"Digital reconstruction of the system, getting the CEO is the first step"
ApiPost is really fragrant and powerful, it's time to throw away Postman and Swagger
2022年7月学习计划完成情况
LeetCode刷题系列 -- 787. K 站中转内最便宜的航班










