1 Star 0 Fork 0

王胜/baiguotongIM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
swang 提交于 2019-02-13 14:10 . tijiao
plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '1.2.3'
id "com.github.mtatheonly.quasar-gradle-plugin" version "0.0.1"
}
group 'cn.lianxian'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url "https://jitpack.io" }
}
apply plugin: "com.github.mtatheonly.quasar-gradle-plugin"
mainClassName = 'io.vertx.core.Launcher' //<--add
def mainVerticleName = 'vertical.MainVertical'
shadowJar {
classifier = 'fat'
manifest { //<--add
attributes "Main-Verticle": mainVerticleName
}
mergeServiceFiles {
include 'META-INF/services/io.vertx.core.spi.VerticleFactory'
}
}
configurations {
quasar
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'io.vertx:vertx-core:3.5.4'
compile fileTree (dir: 'lib', include: ['*.jar'])
compile 'io.vertx:vertx-web:3.5.4'
compile 'io.vertx:vertx-redis-client:3.5.2.CR3'
compile 'io.vertx:vertx-jdbc-client:3.5.4'
compile 'io.vertx:vertx-sql-common:3.5.4'
compile 'org.slf4j:slf4j-api:1.7.12'
compile 'org.slf4j:slf4j-simple:1.7.12'
compile 'log4j:log4j:1.2.17'
compile 'com.fasterxml.jackson.core:jackson-core:2.1.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.1.0'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.1.0'
compile 'mysql:mysql-connector-java:5.1.33'
compile 'io.vertx:vertx-rabbitmq-client:3.5.4'
compile 'com.rabbitmq:amqp-client:5.4.1'
compile 'com.zaxxer:HikariCP:3.1.0'
}
tasks.withType(JavaCompile){
options.encoding = "UTF-8"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mituanfanfan/baiguotongIM.git
git@gitee.com:mituanfanfan/baiguotongIM.git
mituanfanfan
baiguotongIM
baiguotongIM
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385