1 Star 1 Fork 0

xwxsee/demo-oss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
user 提交于 2019-08-13 22:51 . add druid filter
buildscript {
repositories {
maven {
url "https://maven.aliyun.com/repository/gradle-plugin"
}
}
dependencies {
classpath("io.spring.gradle:dependency-management-plugin:1.0.4.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.8.RELEASE")
}
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'org.springframework.boot'
group = 'pers.xwx'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
jar {
baseName = 'demo-oss'
}
repositories {
maven {
url "https://maven.aliyun.com/repository/public"
}
}
dependencyManagement {
imports {
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Dalston.SR4'
mavenBom 'org.springframework.boot:spring-boot-dependencies:1.5.8.RELEASE'
}
}
dependencies {
compile('org.springframework.boot:spring-boot-starter-test')
compile('org.springframework.boot:spring-boot-starter-web')
compile('com.aliyun.oss:aliyun-sdk-oss:2.8.3')
compile('io.springfox:springfox-swagger2:2.9.2')
compile('io.springfox:springfox-swagger-ui:2.9.2')
compile('com.google.guava:guava:23.0')
compile('com.alibaba:druid-spring-boot-starter:1.1.18')
compile('mysql:mysql-connector-java:5.1.43')
compile('org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.0')
// compile('org.projectlombok:lombok:1.16.16')
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xwxsee/demo-oss.git
git@gitee.com:xwxsee/demo-oss.git
xwxsee
demo-oss
demo-oss
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385