1 Star 0 Fork 2

xmaoqq/air-share

forked from 简印/air-share
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
HouXiaoyi 提交于 2022-09-22 13:39 . bump up Hikari from 4.0.3 to 5.0.1
plugins {
id 'org.springframework.boot' version '2.7.2'
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
id 'java'
}
//打包后的包名
archivesBaseName = "air-share"
group = 'hxy'
version = '0.0.1-SNAPSHOT'
//sourceCompatibility = 11
description = "文件分享"
repositories {
mavenLocal()
maven { name "Alibaba central"; url "https://maven.aliyun.com/repository/central" }
maven { name "Alibaba"; url "https://maven.aliyun.com/repository/public" }
maven { name "Alibaba google"; url "https://maven.aliyun.com/repository/google" }
maven { name "Alibaba spring"; url "https://maven.aliyun.com/repository/spring" }
maven { name "Alibaba grails-core"; url "https://maven.aliyun.com/repository/grails-core" }
maven { name "Alibaba apache-snapshots"; url "https://maven.aliyun.com/repository/apache-snapshots" }
maven {
url "https://mirrors.huaweicloud.com/repository/maven/"
name = "华为开源镜像库"
}
maven { url "https://repo.spring.io/libs-release" }
mavenCentral()
if (version.contains('-')) {
maven { url "https://repo.spring.io/milestone" }
}
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" }
}
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation('org.springframework.boot:spring-boot-starter-web')
implementation 'com.ejlchina:okhttps-jackson:3.4.0'
implementation 'org.springframework.retry:spring-retry:1.3.1'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
// https://mvnrepository.com/artifact/com.baomidou/mybatis-plus-boot-starter
// implementation 'mysql:mysql-connector-java'
implementation 'org.xerial:sqlite-jdbc:3.36.0.3'
implementation 'com.baomidou:mybatis-plus-boot-starter:3.5.2'
implementation 'com.zaxxer:HikariCP:5.0.1'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
tasks.named('test') {
useJUnitPlatform()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ocx1n/air-share.git
git@gitee.com:ocx1n/air-share.git
ocx1n
air-share
air-share
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385