1 Star 0 Fork 0

vq101/javacode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Eric.Zhao 提交于 2018-11-01 19:47 . Upload local code
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'war'
sourceSets {
main {
java.srcDir "$projectDir/src"
}
}
repositories {
flatDir{
dirs '$projectDir/libs'
}
maven{
url 'http://maven.aliyun.com/nexus/content/groups/public'
}
jcenter{
url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'
}
//jcenter()
//mavenCentral()
}
dependencies {
compile 'com.alibaba:fastjson:1.1.25'
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
compile 'org.springframework:spring-aop:4.1.7.RELEASE'
compile 'org.springframework:spring-beans:4.1.7.RELEASE'
compile 'org.springframework:spring-context:4.1.7.RELEASE'
compile 'org.springframework:spring-context-support:4.1.7.RELEASE'
compile 'org.springframework:spring-core:4.1.7.RELEASE'
compile 'org.springframework:spring-jdbc:4.1.7.RELEASE'
compile 'org.springframework:spring-orm:4.1.7.RELEASE'
compile 'org.springframework:spring-tx:4.1.7.RELEASE'
compile 'org.springframework:spring-web:4.1.7.RELEASE'
compile 'org.springframework:spring-webmvc:4.1.7.RELEASE'
compile 'org.springframework:spring-websocket:4.1.7.RELEASE'
compile 'mysql:mysql-connector-java:5.1.41'
compile 'com.alibaba:druid:1.0.28'
compile 'junit:junit:4.12'
compile 'cglib:cglib:3.2.5'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/vq101/javacode.git
git@gitee.com:vq101/javacode.git
vq101
javacode
javacode
master

搜索帮助