We definitely welcome your patches and contributions to gRPC-Spring-Boot-Starter!
If you are new to github, please start by reading Pull Request howto
Code formatting is enforced using the Spotless Gradle plugin.
You can use gradle spotlessJavaApply
(java only) or gradle spotlessApply
(all files)
to format new code. Please run this task before submitting your pull request.
For the eclipse IDE we use the following formatter files:
These will help you maintaing the files order, if you run the formatter from eclipse.
There are slight differences to the spotless
plugin so please run it before submitting your PR anyway.
For IntelliJ IDEA there's a Eclipse Code Formatter plugin you can use in conjunction with the Eclipse setting files.