jsp环境准备
2021-04-05 23:26
标签:depend 部署 鼠标指针 OLE options classes utf-8 tomcat 设置 使用idea开发的web需要的环境准备 Flie -->setting --> 搜FlieEncoding,改成UTF-8 在Project Structure中 Module --> Dependencies --> + tomcat tomcat目录conf-->logging.properties 中 Edit Configuration 中 On ‘Updata‘ action(这个不管用,可以随意设置,偶尔生效)、On frame Dractivation 设置 Updata classes and resources (这个设置的意思是 当鼠标指针离开idea自动更新java代码和jsp) jsp环境准备 标签:depend 部署 鼠标指针 OLE options classes utf-8 tomcat 设置 原文地址:https://www.cnblogs.com/passer-byZe/p/12503455.html
在Run --> Edit Configuration 中配置Tomcat 点上面的+号(选择本地)
设置路径名idea中Tomcat乱码问题
打开idea工作目录 在idea.exe.vmoptions 和 idea64.exe.vmoptions 中最后一行加上 -Dfile.encoding=UTF-8
在配置tomcat界面中:VM ption 设置 -Dfile.encoding=UTF-8控制台乱码问题解决
添加一行(我的没有所以添加了)
java.util.logging.ConsoleHandler.encoding = GBK
网上教程将 GBK 改为 UTF-8
都试试就行了热部署问题