3 Star 1 Fork 2

Vernon/vernon-netty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
Vernon 提交于 2013-11-22 17:28 . 修改了 gradle 文件
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
compileJava.options.encoding = 'UTF-8'
version = "1.0"
// gradle war -Denv=local
def env = System.getProperty("env")?:"local"
repositories {
mavenCentral()
}
sourceSets {
main {
resources {
exclude "src/main/resources"
srcDirs = ["src/main/resources/public","src/main/resources/$env"]
}
}
}
dependencies {
testCompile "junit:junit:4.8.2"
// ------------------------------ netty --------------------------
compile 'org.jboss.netty:netty:3.2.9.Final'
// ---------------------------- commons --------------------------
compile 'commons-lang:commons-lang:2.6'
// ----------------------------- logback -------------------------
compile 'log4j:log4j:1.2.16'
compile 'org.slf4j:slf4j-api:1.7.4'
compile 'ch.qos.logback:logback-classic:1.0.11'
compile 'ch.qos.logback:logback-core:1.0.11'
compile 'ch.qos.logback:logback-access:1.0.11'
// --------------------------- datasource ------------------------
compile 'mysql:mysql-connector-java:5.1.11'
// ----------------------------- persist -------------------------
compile 'org.mybatis:mybatis:3.2.0'
// ------------------------------ jackson ------------------------
compile 'com.fasterxml.jackson.core:jackson-core:2.2.2'
compile 'com.fasterxml.jackson.core:jackson-databind:2.2.2'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.2.2'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vernon/vernon-netty.git
git@gitee.com:vernon/vernon-netty.git
vernon
vernon-netty
vernon-netty
master

搜索帮助