Skip to content

Commit f388609

Browse files
committed
update
1 parent 4c050d9 commit f388609

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# javaee-demo
2-
> 测试javaee相关技术
2+
> 测试javaee相关技术
3+
[github源](https://github.com/netbuffer/javaee-demo)
4+
[gitee源](https://gitee.com/netbuffer/javaee-demo)
35

4-
* /TestServlet 测试javaee监听器
5-
6-
# 微信扫码使用gitee工具
7-
![gitee工具](https://s1.ax1x.com/2018/08/10/P60MMF.jpg)
6+
* /TestServlet 测试javaee监听器

src/main/webapp/WEB-INF/web.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
<welcome-file>index.jsp</welcome-file>
1111
</welcome-file-list>
1212

13+
<!-- custom session timeout -->
14+
<session-config>
15+
<session-timeout>60</session-timeout>
16+
</session-config>
17+
1318
</web-app>

0 commit comments

Comments
 (0)