1 Star 1 Fork 0

han.yuan/VelocityDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 751 Bytes
一键复制 编辑 原始数据 按行查看 历史
import com.sun.org.apache.xalan.internal.xsltc.compiler.Copy
apply plugin: 'idea'
apply plugin: 'java'
repositories {
mavenCentral()
maven { url "http://repo.spring.io/release" }
}
/*repositories {
mavenCentral()
maven {
url "http://jcenter.bintray.com"
}
}*/
dependencies {
compile "org.springframework:spring-context:4.0.5.RELEASE"
compile "org.springframework:spring-web:4.0.5.RELEASE"
compile "org.springframework:spring-webmvc:4.0.5.RELEASE"
//compileOnly "org.projectlombok:lombok:1.16.10"
testCompile("org.springframework:spring-test:4.0.5.RELEASE")
runtime("jstl:jstl:1.2")
}
task copyJars(type: Copy) {
from configurations.runtime
into 'lib' // 目标位置
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuanhan93/VelocityDemo.git
git@gitee.com:yuanhan93/VelocityDemo.git
yuanhan93
VelocityDemo
VelocityDemo
master

搜索帮助