You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using Google formatting configuration since the time we added the first Java project. In #712, I updated our formatting setup to use google-java-format.
The author of @nxrocks/nx-spring-boot recommend to use Spotless. We generate our Java projects with this generator and they come configured to use Spotless to format Java files. The default configuration runs google-java-format under the hood.
Most of the features of Spotless are available when using Gradle, which we now use. :)
Tasks:
Generate a new Java library with @nxrocks/nx-spring-boot and review the Spotless setup.
We have been using Google formatting configuration since the time we added the first Java project. In #712, I updated our formatting setup to use
google-java-format
.The author of
@nxrocks/nx-spring-boot
recommend to use Spotless. We generate our Java projects with this generator and they come configured to use Spotless to format Java files. The default configuration runsgoogle-java-format
under the hood.Most of the features of Spotless are available when using Gradle, which we now use. :)
Tasks:
@nxrocks/nx-spring-boot
and review the Spotless setup.Depends on:
The text was updated successfully, but these errors were encountered: