Commit e7566094 authored by 郭燕飞's avatar 郭燕飞 💬

Springboot version

parent 2c8621b4
buildscript { buildscript {
ext { ext {
springBootVersion = '1.5.10.RELEASE' springBootVersion = '1.5.12.RELEASE'
} }
repositories { repositories {
mavenLocal() mavenLocal()
......
...@@ -3,7 +3,7 @@ description = '{artifactId}' ...@@ -3,7 +3,7 @@ description = '{artifactId}'
apply plugin: 'org.sonarqube' apply plugin: 'org.sonarqube'
buildscript { buildscript {
ext { ext {
springBootVersion = '1.5.10.RELEASE' springBootVersion = '1.5.12.RELEASE'
} }
repositories { repositories {
mavenLocal() mavenLocal()
......
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