Skip to content

GtoCm/incubator-gcm

 
 

Repository files navigation

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

About

Google Guice component management System!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.7%
  • Python 2.4%
  • Shell 0.9%