1
0
mirror of https://gitee.com/coder-xiaomo/java-note synced 2025-09-05 19:41:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-01-20 15:48:17 +08:00
parent 95d3c8c2f2
commit 329c516b35
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -623,7 +623,17 @@ src/main/resources/applicationContext.xml
>`/` 表示从根目录启动
##### 项目结构
> ![image-20220120154144701](张博凯的Java学习笔记.assets/image-20220120154144701.png)
>
> - java后端代码
> - resources配置文件
> - webapp静态资源html, css, 图片等)
##### 运行
在 webapp 目录下创建 index.jsp ,然后运行就可以看到了。