Google Guice component management System!
use shell script:
./mvnw clean install package
if you skip test, please run:
./mvnw clean install package -DskipTests
check that the code is formatted correctly, please run:
./mvnw clean install checkstyle:check -DskipTests
check the code for code-level bugs, please run:
./mvnw clean install findbugs:check -DskipTests
- Open IntelliJ IDEA to select the top
Preferences..
or use the shortcutCommand + ,
- Select
Editor
-->Code Style
in turn - Select
Scheme
-->Import Scheme
-->IntelliJ IDEA code style XML
- Select the
idea-code-style.xml
file in the project root directory