Eclipse for Java EE配置

2021/6/12 12:27:30

本文主要是介绍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配置的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程