腾讯 APIJSON 6.1.0+ 的 Cassandra 数据库插件,可通过 Maven, Gradle 等远程依赖。
A Cassandra plugin for Tencent APIJSON 6.1.0+
<repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories>
<dependency> <groupId>com.github.APIJSON</groupId> <artifactId>apijson-cassandra</artifactId> <version>LATEST</version> </dependency>1. 在项目根目录 build.gradle 中最后添加 JitPack 仓库 1. Add the JitPack repository in your root build.gradle at the end of repositories
allprojects { repositories { maven { url 'https://jitpack.io' } } }
app
) build.gradle 中添加 apijson-cassandra 依赖 2. Add the apijson-cassandra dependency in one of your modules(such as app
)
dependencies { implementation 'com.github.APIJSON:apijson-cassandra:latest' }
在你项目继承 AbstractSQLExecutor 的子类重写方法 execute
Override execute in your SQLExecutor extends AbstractSQLExecutor
@Override public JSONObject execute(@NotNull SQLConfig<Long> config, boolean unknownType) throws Exception { if (config.isCassandra()) { return CassandraUtil.execute(config, null, unknownType); } return super.execute(config, unknownType); }
有问题可以去 Tencent/APIJSON 提 issue
Tencent/APIJSON#36
https://github.com/APIJSON/apijson-cassandra
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4