maven项目创建(eclipse配置
Posted dianzan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven项目创建(eclipse配置相关的知识,希望对你有一定的参考价值。
Eclipse相关配置:
- eclipse 设置默认编码为Utf-8
- 需要设置的几处地方为:
- Window --> Preferences --> General --> Content Type --> Text --> JSP 最下面设置为UTF-8
- Window --> Preferences --> General --> Workspace 面板Text file encoding 选择UTF-8
- Window --> Preferences --> Web --> JSP Files 面板选择 ISO 10646/Unicode(UTF-8)
- Window --> Preferences --> General --> Workspace 面板 New text file line delimiter 选择 Unix
以上是关于maven项目创建(eclipse配置的主要内容,如果未能解决你的问题,请参考以下文章