Google Guice component management System!
use shell script:
./mvnw clean install packageif you skip test, please run:
./mvnw clean install package -DskipTestscheck that the code is formatted correctly, please run:
./mvnw clean install checkstyle:check -DskipTestscheck 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 Stylein turn - Select
Scheme-->Import Scheme-->IntelliJ IDEA code style XML - Select the
idea-code-style.xmlfile in the project root directory