1 Star 2 Fork 1

louis/cqrs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 978 Bytes
一键复制 编辑 原始数据 按行查看 历史
louis 提交于 2014-04-16 14:52 . 修改持久化实现
apply plugin: 'java'
apply plugin: 'eclipse'
//apply from: 'e:/resouces/gradle-templates/installation/apply.groovy'
repositories {
//mavenCentral()
maven { url 'http://maven.oschina.net/content/groups/public/' }
maven {
url "https://oss.sonatype.org/content/repositories/opensymphony-releases"
}
}
dependencies {
compile 'com.alibaba:fastjson:1.1.37'
compile 'com.alibaba:druid:1.0.2'
compile 'org.mybatis:mybatis:3.2.4'
compile 'javax.persistence:persistence-api:1.0.2'
compile 'mysql:mysql-connector-java:5.1.6'
compile 'log4j:log4j:1.2.17'
//spring
compile 'org.springframework:spring-core:4.0.0.RELEASE'
compile 'org.springframework:spring-beans:4.0.0.RELEASE'
compile 'org.springframework:spring-context:4.0.0.RELEASE'
compile 'org.springframework:spring-jdbc:4.0.0.RELEASE'
//test
testCompile 'junit:junit:4.11'
testCompile 'org.springframework:spring-test:4.0.0.RELEASE'
testCompile "org.mockito:mockito-core:1.9.5"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jihprowlet/cqrs.git
git@gitee.com:jihprowlet/cqrs.git
jihprowlet
cqrs
cqrs
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385