Commit 00819f56 authored by 窦家骏's avatar 窦家骏

Merge branch 'activity-0718' into 'master'

修改配置

See merge request !3
parents 192f0a56 2b7fb88d
buildscript {
ext {
springBootVersion = '2.3.1.RELEASE'
}
repositories {
maven { url "https://maven.aliyun.com/repository/central" }
maven { url "https://plugins.gradle.org/m2/" }
mavenCentral()
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
}
}
plugins {
id 'org.springframework.boot' version '2.3.1.RELEASE'
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
id 'java'
}
configurations { configurations {
developmentOnly developmentOnly
runtimeClasspath { runtimeClasspath {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment