1 Star 0 Fork 32

lili6145 / shiro-spring-redis

forked from 花花 / shiro-spring-redis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
hua.huang 提交于 2015-04-05 13:55 . 初步框架
group = 'com.hh.shiro'
version = "1.0.0.RELEASE"
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'war'
apply plugin: 'eclipse'
apply plugin: 'eclipse-wtp'
apply plugin: 'jetty'
dependencies {
/* spring begin */
compile 'org.springframework:spring-webmvc:4.1.1.RELEASE'
compile 'org.springframework:spring-context-support:4.1.1.RELEASE'
compile 'org.freemarker:freemarker:2.3.19'
compile 'com.fasterxml.jackson.core:jackson-databind:2.1.4'
compile 'commons-io:commons-io:2.4'
compile 'org.apache.commons:commons-lang3:3.3.2'
compile 'commons-beanutils:commons-beanutils:1.9.2'
compile 'commons-codec:commons-codec:1.9'
compile 'commons-fileupload:commons-fileupload:1.3.1'
/* spring end */
/* shiro begin */
compile 'org.apache.shiro:shiro-core:1.2.3'
compile 'org.apache.shiro:shiro-spring:1.2.3'
compile 'org.apache.shiro:shiro-web:1.2.3'
/* shiro end */
compile 'redis.clients:jedis:2.1.0'
compile 'org.slf4j:slf4j-log4j12:1.7.7'
providedCompile 'servletapi:servlet-api:2.4'
testCompile 'junit:junit:4.11'
}
eclipse {
classpath { downloadSources=true }
}
tasks.withType(JavaCompile) {
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
repositories {
maven { url "http://maven.oschina.net/content/groups/public" }
mavenCentral()
}
task wrapper(type: Wrapper) { gradleVersion = '2.2.1' }
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
1
https://gitee.com/634118906/shiro-spring-redis.git
git@gitee.com:634118906/shiro-spring-redis.git
634118906
shiro-spring-redis
shiro-spring-redis
master

搜索帮助