3 Star 1 Fork 1

isdom / jocean-restful-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 995 Bytes
一键复制 编辑 原始数据 按行查看 历史
apply from: 'http://git.medtap.cn/jocean/devconf/raw/master/devconf/build-lib.gradle'
configurations {
all*.exclude group: 'org.slf4j', module: 'slf4j-log4j12'
all*.exclude group: 'log4j', module: 'log4j'
all*.exclude group: 'commons-logging', module: 'commons-logging'
all { resolutionStrategy.cacheChangingModulesFor 1, 'minutes' }
}
dependencies {
/* log */
compile 'org.slf4j:slf4j-api:1.7.7'
compile 'javax.inject:javax.inject:1'
compile 'com.fasterxml.jackson.core:jackson-databind:2.7.3'
compile "org.springframework:spring-context:${springVersion}"
compile 'com.google.guava:guava:19.0'
compile 'net.sf.ehcache:ehcache:2.9.0'
/* jocean */
compile 'org.jocean:jocean-idiom:0.1.4-SNAPSHOT'
compile 'org.jocean:jocean-event-api:0.0.7'
compile 'org.jocean:jocean-http:0.0.2-SNAPSHOT'
compile('org.jocean:jocean-j2se:0.0.4-SNAPSHOT') { transitive = false }
testCompile 'ch.qos.logback:logback-classic:1.1.2'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/isdom/jocean-restful-server.git
git@gitee.com:isdom/jocean-restful-server.git
isdom
jocean-restful-server
jocean-restful-server
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891