1 Star 0 Fork 149

singmoonshell / jfinal-code-online

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'war'
apply plugin: 'eclipse'
apply plugin: 'eclipse-wtp'
tasks.withType(JavaCompile) {
sourceCompatibility = 1.6
targetCompatibility = 1.6
options.encoding = "UTF-8"
}
task wrapper(type: Wrapper) {
gradleVersion = '2.2.1'
}
repositories {
// maven { url "http://maven.oschina.net/content/groups/public/" }
mavenCentral()
}
dependencies {
compile 'com.jfinal:jfinal:1.9'
compile 'com.jfinal:jfinal-ext:3.1.2'
compile 'com.jfinal:jetty-server:8.1.8'
compile 'org.freemarker:freemarker:2.3.21'
compile 'com.google.guava:guava:18.0'
compile 'com.alibaba:druid:1.0.12'
compile 'log4j:log4j:1.2.17'
compile 'de.java2html:java2html:5.0'
compile 'mysql:mysql-connector-java:5.1.34'
compile 'commons-io:commons-io:2.4'
compile 'org.codehaus.groovy:groovy-jsr223:2.3.7'
compile 'org.codehaus.groovy:groovy:2.3.7'
}
Java
1
https://gitee.com/singmoonshell/jfinal-code-online.git
git@gitee.com:singmoonshell/jfinal-code-online.git
singmoonshell
jfinal-code-online
jfinal-code-online
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891