我的idea配置

1,设置tomcat 编码 ,tomcat/conf/server.xml 中 添加 URIEncoding="UTF-8"

<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
URIEncoding="UTF-8"
redirectPort="8443" />

2,Vm options值  配置运行内存

-Xms1024m -Xmx2048m -XX:MaxNewSize=1024m -XX:MaxPermSize=1024m

3,配置热部署:

选择xxx:war exploded ,不要选xxx:war

on update action
on frame deactivation
的值都选
update classes and resources

4,设置后台不要一直滚动,去掉after launch 前面的打钩

 

 

other相关图片:

我的idea配置

 

 

我的idea配置

 

上一篇:hashlib模块、logging日志模块、第三方模块


下一篇:1038: [ZJOI2008]瞭望塔