Open woshikid opened 2 years ago
使用Profile
mvn -P spring
或添加Maven源
https://repo.spring.io/snapshot https://repo.spring.io/milestone https://repo.spring.io/release
https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-dependencies-parent/eclipse-code-formatter.xml
Commit说明以Fixes gh-XXXX结尾
Fixes gh-XXXX
对于spring-javaformat-maven-plugin插件 使用WSL时需要设置环境变量
export JAVA_TOOL_OPTIONS=-Dspring-javaformat.lineSeparator=crlf
编译Spring项目
使用Profile
或添加Maven源
代码格式
https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-dependencies-parent/eclipse-code-formatter.xml
Commit要求
Commit说明以
Fixes gh-XXXX
结尾其他
对于spring-javaformat-maven-plugin插件 使用WSL时需要设置环境变量