1 Star 0 Fork 0

无名/jasync-mysql-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 853 Bytes
一键复制 编辑 原始数据 按行查看 历史
oshai 提交于 2018-09-25 16:41 . add connection pool
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.2.71'
}
group 'com.github.jasync-sql'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
jcenter()
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.71"
compile 'com.github.jasync-sql:jasync-mysql:0.8.31'
compile "log4j:log4j:1.2.17"
compile "org.slf4j:slf4j-log4j12:1.7.25"
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.25.0'
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:0.25.0'
testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'io.github.microutils:kotlin-logging:1.6.10'
}
compileKotlin {
kotlinOptions.jvmTarget = "1.8"
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
kotlin {
experimental {
coroutines "enable"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wu-gl/jasync-mysql-example.git
git@gitee.com:wu-gl/jasync-mysql-example.git
wu-gl
jasync-mysql-example
jasync-mysql-example
master

搜索帮助