Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.64 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.64 KB

gcm(incubator)

Google Guice component management System!

Status

GitHub license GitHub issues GitHub forks GitHub stars

Fork me on Gitee Fork me on GitHub

How to compile?


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

How to use code style by IntelliJ IDEA?


  • Open IntelliJ IDEA to select the top Preferences.. or use the shortcut Command + ,
  • 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