About zheng framework
Zheng framework is a modular framework with many ready-made modules. Zheng framework uses Google guice for dependency management. For ease of use, most modules support automatic loading through ServiceLoader.
Project Modules
This project has declared the following modules:
| Name | Description |
|---|---|
| zheng-configuration | zheng framework module: configuration support |
| zheng-cache | zheng framework module: cache support |
| zheng-bom | zheng framework bom |
| zheng-web | zheng framework module: web server |
| zheng-web-jetty | zheng framework module: web server use jetty |
| zheng-web-undertow | zheng framework module: web server use undertow |
| zheng-metrics | zheng framework module: metrics support |
| zheng-swagger | zheng framework module: swagger support |
| zheng-rabbitmq | zheng framework module: rabbitmq support |
| zheng-healthcheck | zheng framework module: health check support |
| zheng-mongodb | zheng framework module: mongodb support |
| zheng-memcached | zheng framework module: memcached support |
| zheng-redis | zheng framework module: redis support |
| zheng-mybatis | zheng framework module: mybatis support |
| zheng-metrics-servlet | zheng framework module: metrics admin servlet support |
| zheng-rest | zheng framework module: rest support by resteasy |
| zheng-webjars | zheng framework module: webjars support |
| zheng-jdbc | zheng framework module: jdbc support |
| zheng-shiro | zheng framework module: shiro support |
| zheng-core | zheng framework module: core |
| zheng-bootstrap | zheng framework module: bootstrap |
| zheng-configuration-metrics | zheng framework module: configuration metrics support |
| zheng-cache-cache2k | zheng framework module: cache support by cache2k |
| zheng-cache-caffeine | zheng framework module: cache support by caffeine |
| zheng-cache-ehcache | zheng framework module: cache support by ehcache |
| zheng-cache-infinispan | zheng framework module: cache support by infinispan |
| zheng-cache-commons-jcs | zheng framework module: cache support by commons-jcs |
| zheng-cache-hazelcast | zheng framework module: cache support by hazelcast |
| zheng-cache-ignite | zheng framework module: cache support by ignite |
| zheng-migrate-flyway | zheng framework module: database migrate support by flyway |
| zheng-migrate-liquibase | zheng framework module: database migrate support by liquibase |
| zheng-jdbc-jooq | zheng framework module: jdbc jooq support |
| zheng-jdbc-querydsl | zheng framework module: jdbc querydsl support |
| zheng-jdbc-jdbi | zheng framework module: jdbc jdbi support |
| zheng-jpa | zheng framework module: jpa support |
| zheng-jpa-hibernate | zheng framework module: jpa support by hibernate orm |
| zheng-jpa-eclipselink | zheng framework module: jpa support by eclipse link |
| zheng-jpa-test | zheng framework module: jpa common test |
| zheng-jdbc-sql2o | zheng framework module: jdbc sql2o support |
| zheng-jdbc-commons-dbutils | zheng framework module: jdbc commons-dbutils support |
| zheng-shiro-web | zheng framework module: shiro web support |
| zheng-shiro-jaxrs | zheng framework module: shiro jaxrs support |
| zheng-log-logback | zheng framework module: logback support |
| zheng-jdbc-core | zheng framework module: jdbc interface |
| zheng-test | zheng framework module: junit support |
| zheng-event | zheng framework module: event support |
| zheng-event-guava | zheng framework module: event support by guava |
| zheng-validator | zheng framework module: bean validator |
| zheng-validator-hibernate | zheng framework module: bean validator by hibernate validator |
| zheng-validator-bval | zheng framework module: bean validator by apache bval |
| zheng-validator-test | zheng framework module: support test bean validator |
| zheng-jdbc-ebean | zheng framework module: jdbc ebean support |
| zheng-job | zheng framework module: job support by quartz |
| zheng-remote-config | zheng framework module: remote config |
