1 Star 0 Fork 0

庄庄庄庄庄 / javaweb-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
志庄 杨 提交于 2017-07-01 12:00 . import layui
group 'cn.ssdut153'
version '1.0-SNAPSHOT'
apply plugin: 'java'
apply plugin: 'war'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
//compile fileTree(dir: 'libs', include: ['*.jar'])
//compile files('libs/sqljdbc42.jar')
compile group: 'com.jfinal', name: 'jetty-server', version: '8.1.8'
providedRuntime group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
compile group: 'com.jfinal', name: 'jfinal', version: '3.1'
compile group: 'log4j', name: 'log4j', version: '1.2.17'
compile group: 'com.alibaba', name: 'fastjson', version: '1.2.33'
compile group: 'com.alibaba', name: 'druid', version: '1.0.31'
compile group: 'org.postgresql', name: 'postgresql', version: '42.1.1'
compile group: 'redis.clients', name: 'jedis', version: '2.9.0'
compile group: 'de.ruedigermoeller', name: 'fst', version: '2.50'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.25'
compile group: 'org.slf4j', name: 'slf4j-nop', version: '1.7.25'
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
1
https://gitee.com/zhuangcloud/javaweb-test.git
git@gitee.com:zhuangcloud/javaweb-test.git
zhuangcloud
javaweb-test
javaweb-test
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891