Commit f97edaf3 authored by gaoxu's avatar gaoxu 😵

更新docker-jib.gradle, spring-boot-web.gradle, spring-cloud-greenwich.gradle

parent ea2792b3
......@@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:1.1.1"
classpath "gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:1.2.0"
}
}
apply plugin: com.google.cloud.tools.jib.gradle.JibPlugin
......
......@@ -2,8 +2,8 @@ configurations {
compile.exclude module: "spring-boot-starter-tomcat"
}
dependencies {
implementation 'com.baomidou:mybatis-plus-boot-starter:3.1.0'
implementation 'com.github.pagehelper:pagehelper-spring-boot-starter:1.2.10'
implementation 'com.baomidou:mybatis-plus-boot-starter:3.1.1'
implementation 'com.github.pagehelper:pagehelper-spring-boot-starter:1.2.11'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-undertow'
implementation 'mysql:mysql-connector-java:8.0.13'
......
buildscript {
ext {
springBootVersion = '2.1.4.RELEASE'
springBootVersion = '2.1.5.RELEASE'
}
repositories {
maven { url "https://maven.aliyun.com/repository/central" }
......
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