1 Star 0 Fork 0

Joe/threejs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
Joe 提交于 2021-01-08 08:28 . 更换阿里源
plugins {
id 'org.springframework.boot' version '2.1.3.RELEASE'
id 'java'
}
apply plugin: 'io.spring.dependency-management'
apply plugin: 'war'
group = 'com'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
//bootWar {
// baseName = 'htweb'
// version = '0.0.1-SNAPSHOT'
// manifest{
// attributes 'Main-Class': 'com.htweb.HtwebApplication'
// attributes 'Class-Path': 'htweb-0.0.1-SNAPSHOT.jar'
// }
//}
//在打jar的时候必须把webapp目录下的文件拷贝到META-INF/resources下
bootJar.into('META-INF/resources') {
from('src/main/webapp')
}
//bootWar {
// baseName = 'htweb'
// version = '0.0.1-SNAPSHOT'
//}
//在打jar的时候必须把webapp目录下的文件拷贝到META-INF/resources下
//bootWar.into('META-INF/resources') {
// from('src/main/webapp')
//}
repositories {
maven {
url 'https://maven.aliyun.com/repository/public/'
}
mavenLocal()
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version: '9.0.16'
compile group: 'org.springframework.boot', name: 'spring-boot-devtools', version: '2.1.3.RELEASE'
compile group: 'org.springframework', name: 'springloaded', version: '1.2.3.RELEASE'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhangchen6523/threejs.git
git@gitee.com:zhangchen6523/threejs.git
zhangchen6523
threejs
threejs
master

搜索帮助