mirror of
https://gitee.com/EMF/public-financial.git
synced 2025-12-07 01:18:28 +08:00
refactor: 升级springboot版本
This commit is contained in:
parent
1e3bd2d65b
commit
d9de1c9eb2
@ -12,7 +12,7 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':kernel')
|
compile project(':kernel')
|
||||||
runtimeOnly('mysql:mysql-connector-java')
|
runtimeOnly('com.mysql:mysql-connector-j:8.3.0')
|
||||||
implementation('com.itextpdf:itextpdf:5.5.13.1')
|
implementation('com.itextpdf:itextpdf:5.5.13.1')
|
||||||
implementation('org.apache.poi:poi:4.1.0')
|
implementation('org.apache.poi:poi:4.1.0')
|
||||||
implementation('org.apache.poi:poi-ooxml:4.1.0')
|
implementation('org.apache.poi:poi-ooxml:4.1.0')
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://localhost:3306/fxy?characterEncoding=UTF-8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true
|
url: jdbc:mysql://localhost:3306/fxy?characterEncoding=UTF-8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true
|
||||||
password: 12qwaszx
|
password: 12qwaszx
|
||||||
username: root
|
username: root
|
||||||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
hikari:
|
hikari:
|
||||||
maximum-pool-size: 2
|
maximum-pool-size: 2
|
||||||
minimum-idle: 2
|
minimum-idle: 2
|
||||||
|
|||||||
@ -3,7 +3,7 @@ version '0.1'
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
springBootVersion = '2.1.8.RELEASE'
|
springBootVersion = '2.3.12.RELEASE'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
|
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
|
||||||
@ -66,4 +66,4 @@ task independentBuild(dependsOn: ['front-end:build', 'bs-server:bootJar']) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user