2 Star 0 Fork 0

wangyuheng/getByFss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
铅笔刀 提交于 2023-11-20 15:43 . feature: row handle 公式查询
plugins {
id 'java'
id 'org.springframework.boot' version '2.7.17'
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
}
group = 'xyz.qianbidao'
version = '0.0.1-SNAPSHOT'
java {
sourceCompatibility = '1.8'
}
configurations {
compileOnly {
extendsFrom annotationProcessor
}
}
repositories {
maven {
url "https://maven.aliyun.com/repository/public"
}
jcenter()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.0'
implementation 'mysql:mysql-connector-java:8.0.27'
implementation 'top.lrshuai.encryption:encryption-tools:1.0.0'
implementation 'com.alibaba:fastjson:1.2.83'
implementation 'org.projectlombok:lombok'
implementation 'org.codehaus.groovy:groovy:2.4.5'
implementation 'org.apache.commons:commons-lang3:3.12.0'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testAnnotationProcessor 'org.projectlombok:lombok'
implementation 'org.apache.poi:poi-ooxml:5.0.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
}
tasks.named('test') {
useJUnitPlatform()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/w2171202228/get-by-fss.git
git@gitee.com:w2171202228/get-by-fss.git
w2171202228
get-by-fss
getByFss
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385