mirror of https://github.com/halo-dev/halo
parent
feab7c4b5f
commit
afe501f233
|
@ -94,9 +94,9 @@ ext {
|
||||||
dataformatYamlVersion = "2.11.0"
|
dataformatYamlVersion = "2.11.0"
|
||||||
jgitVersion = "5.9.0.202009080501-r"
|
jgitVersion = "5.9.0.202009080501-r"
|
||||||
flexmarkVersion = "0.62.2"
|
flexmarkVersion = "0.62.2"
|
||||||
thumbnailatorVersion = "0.4.11"
|
thumbnailatorVersion = "0.4.13"
|
||||||
image4jVersion = "0.7zensight1"
|
image4jVersion = "0.7zensight1"
|
||||||
flywayVersion = "6.5.0"
|
flywayVersion = "7.5.1"
|
||||||
h2Version = "1.4.197"
|
h2Version = "1.4.197"
|
||||||
levelDbVersion = "0.12"
|
levelDbVersion = "0.12"
|
||||||
annotationsVersion = "3.0.1u2"
|
annotationsVersion = "3.0.1u2"
|
||||||
|
|
|
@ -4,6 +4,9 @@ server:
|
||||||
compression:
|
compression:
|
||||||
enabled: false
|
enabled: false
|
||||||
spring:
|
spring:
|
||||||
|
mvc:
|
||||||
|
pathmatch:
|
||||||
|
use-suffix-pattern: true
|
||||||
jackson:
|
jackson:
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
devtools:
|
devtools:
|
||||||
|
|
Loading…
Reference in New Issue