eclipse 配置
原文地址
eclipse 配置开发规范(Alibaba-p3c)、git、maven、spring tools
eclipse 配置maven
- 打开配置项
Window
-Preferences
- 打开
Maven
-installations
- 添加本地Maven点击
Add
- 点击
Finish
及Apply and Close
eclipse 配置开发规范
- 打开配置项
Window
-Preferences
- 打开
Java
-Code Style
-Code Template
-Import
选择文件eclipse-codetemplate.xml - 打开
Java
-Code Style
-Formatter
-Import
选择文件eclipse-codetemplate.xml - 点击
Apply and Close
eclipse 保存自动格式化
- 打开配置项
Window
-Preferences
- 打开
Java
-Editor
-Save Actions
- 勾选
- 点击
Apply and Close