加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
fupeiyu 提交于 2021-07-21 09:27 . New Master Branch
plugins {
id 'org.springframework.boot' version '2.5.2'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
group = 'com.huayun'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-web'
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.apache.skywalking:apm-toolkit-trace:8.6.0'
implementation 'org.apache.skywalking:apm-toolkit-logback-1.x:8.6.0'
implementation 'org.apache.skywalking:apm-toolkit-opentracing:8.6.0'
}
test {
useJUnitPlatform()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化