Eclipse for Java EE配置
Posted 我的成功之路
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse for Java EE配置相关的知识,希望对你有一定的参考价值。
安装web插件,处理html, javascript, css等:
Help菜单 --> Eclipse Marketplace --> 选择Popular页
选择安装Eclipse Enterprise Java and Web Developer Tools
安装springboot插件,在IDE内创建spring boot项目:
Help菜单 --> Eclipse Marketplace --> 选择Popular页
选择安装Spring Tools
默认网址https://start.spring.io可能连接超时,换成https://start.aliyun.com即可
也可以通过Window菜单 --> Proferences --> Spring --> Boot --> Initialzr。永久添加,并设为首选:
application.properties中文乱码问题:
Window菜单 --> Preferences --> Genral --> Content Types --> Text
找到Spring Properties File,把编码改为UTF-8
Eclipse中文字体太小问题:
Windows菜单 --> Preferences
Genneral --> Appearance --> Colors and Font,然后在右侧的界面中,选择Basic
下拉这个列表,找到并双击“Text Font”,之后就是更改字体为“Courier New”就行了,保存。
以上是关于Eclipse for Java EE配置的主要内容,如果未能解决你的问题,请参考以下文章