IDEA使用

1、IDEA创建maven web项目,看这里

2、IDEA下tomcat日志乱码,看这里,最终解决方法是,点击idea:help->edit custom vm options,增加如下设置:-Dfile.encoding=UTF-8 重启idea,重启tomcat即可。

3、IDEA下同一个project(相当于eclipse下同一个workbench)开多个modules(相当于eclipse下多个project),看这里

idea下File->Project Structure->Project Settings->Modules->'+'->New Module(或者Import Module)