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

fix

parent b2869bc9
apply plugin: "org.springframework.boot"
jar {
baseName = "{artifactId}"
version = ""
bootJar {
baseName = '{artifactId}'
archiveName = "{artifactId}.jar"
version = '0.0.1-SNAPSHOT'
}
description = "{artifactId}-biz"
......
......@@ -7,7 +7,7 @@ server.tomcat.uri-encoding=UTF-8
logging.path=${user.home}/logs/{artifactId}
# database
duiba.datasource.demo.url=jdbc:mysql://dev.config.duibar.com:3306/demo?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&connectTimeout=5000&socketTimeout=60000
duiba.datasource.demo.url=jdbc:mysql://dev.config.duibar.com:3306/demo?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&connectTimeout=5000&socketTimeout=60000&useSSL=false&serverTimezone=Asia/Shanghai
duiba.datasource.demo.username=dev
duiba.datasource.demo.password=dev_fas015
......
buildscript {
ext["duibaExtVersion"] = "1.3.31"
ext["springBootVersion"] = "1.5.22.RELEASE"
ext["springCloudVersion"] = "Edgware.SR6"
ext["duibaExtVersion"] = "2.0.0-h13"
ext["springBootVersion"] = "2.2.7.RELEASE"
ext["springCloudVersion"] = "Hoxton.SR4"
ext["hazelcast.version"] = "3.11"
repositories {
......
buildscript {
ext["duibaExtVersion"] = "1.3.31"
ext["springBootVersion"] = "1.5.22.RELEASE"
ext["springCloudVersion"] = "Edgware.SR6"
ext["duibaExtVersion"] = "2.0.0-h13"
ext["springBootVersion"] = "2.2.7.RELEASE"
ext["springCloudVersion"] = "Hoxton.SR4"
ext["hazelcast.version"] = "3.11"
repositories {
......@@ -51,9 +51,10 @@ version = "0.0.1-SNAPSHOT"
sourceCompatibility = 1.8
targetCompatibility = 1.8
jar {
baseName = "{artifactId}"
version = ""
bootJar {
baseName = '{artifactId}'
archiveName = "{artifactId}.jar"
version = '0.0.1-SNAPSHOT'
}
configurations {
......
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