Skip to content

24kGarry/incubator-gcm

 
 

Repository files navigation

gcm(incubator)

Google Guice component management System!

Support Module

  • Configuration
  • MySQL(5.1.45 and hikaricp 2.7.7 and mybatis)
  • Redis(jedis 3.3.0)
  • Zookeeper(curator 2.12.0)
  • Netty(4.1.53.Final)
  • PostgreSQL(42.2.5)

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.2%
  • Python 3.7%
  • Shell 0.1%