1 Star 0 Fork 0

huomoe0/work-huomoe-tools-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle.kts 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
huomoe0 提交于 2024-12-17 22:59 . first commit
import org.gradle.internal.impldep.org.apache.maven.model.DependencyManagement
plugins {
kotlin("jvm") version "2.0.20"
}
group = "top.azusall"
version = "0.0.1"
repositories {
maven {
setUrl("https://maven.aliyun.com/repository/public")
}
mavenCentral()
}
dependencies {
testImplementation(kotlin("test"))
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter
implementation("org.springframework.boot:spring-boot-starter:3.4.0")
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
implementation("org.springframework.boot:spring-boot-starter-web:3.4.0")
// https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter
implementation("com.alibaba:druid-spring-boot-starter:1.2.24")
// https://mvnrepository.com/artifact/com.mysql/mysql-connector-j
implementation("com.mysql:mysql-connector-j:8.4.0")
implementation("com.baomidou:mybatis-plus-spring-boot3-starter:3.5.9")
// jdk 11+ 引入可选模块
implementation("com.baomidou:mybatis-plus-jsqlparser:3.5.9")
}
tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huomoe0/work-huomoe-tools-api.git
[email protected]:huomoe0/work-huomoe-tools-api.git
huomoe0
work-huomoe-tools-api
work-huomoe-tools-api
master

搜索帮助