Google Guice component management System!
- 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)
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