45049b426a
修改错误拼写 Co-authored-by: yanlinly <yan.lin2009@163.com> Co-authored-by: 杨翊 SionYang <263976490@qq.com>
2.8 KiB
2.8 KiB
Nacos
Code Style
Nacos code style Comply with Alibaba Java Coding Guidelines and code style file customized by Nacos community.
Nacos的编码规范遵从于《阿里巴巴JAVA开发规约》和社区制定的Nacos代码风格文件。
Guidelines
Alibaba-Java-Coding-Guidelines
Nacos Code Style File
Idea IDE
Nacos Code Style file is style/nacos-code-style-for-idea.xml
in source code. Developers can import it to Idea IDE and reformat code by IDE.
Nacos代码风格文件在源代码下的style/nacos-code-style-for-idea.xml
文件中,开发者可以将其导入到Idea IDE中,并让IDE帮助您格式化代码。
Import Way/导入方式
Preferences/Settings --> Editor --> Code Style --> Schema --> Import Schema --> IntelliJ IDEA code style XML
eclipse IDE
Volunteer wanted.
待补充。
IDE Plugin Install(not necessary)
It is not necessary to install, if you want to find a problem when you are coding.
不是必须安装,如果你需要在开发的时候实时发现问题的话,你需要安装。
idea IDE
p3c
checkstyle
Preferences/Settings --> Other Settings --> Checkstyle
ORPreferences/Settings --> Tools --> Checkstyle
- Set checkstyle version at least 8.30 and scan scope
All resource(including tests)
in checkstyle plugin. - Import
style/NacosCheckStyle.xml
to checkstyle plugin. - Scan and check your modified code by plugin.
Preferences/Settings --> Other Settings --> Checkstyle
或者Preferences/Settings --> Tools --> Checkstyle
- 在checkstyle插件中设置checkstyle版本至少为8.30,并将扫描作用域设置为
All resource(including tests)
- 导入源代码下
style/NacosCheckStyle.xml
文件到checkstyle插件。 - 用checkstyle插件扫描你修改的代码。
eclipse IDE
p3c
checkstyle
Volunteer wanted.
待补充。