Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Jan 24, 2021
1 parent feab7c4 commit 4bd1e67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ ext {
dataformatYamlVersion = "2.11.0"
jgitVersion = "5.9.0.202009080501-r"
flexmarkVersion = "0.62.2"
thumbnailatorVersion = "0.4.11"
thumbnailatorVersion = "0.4.13"
image4jVersion = "0.7zensight1"
flywayVersion = "6.5.0"
flywayVersion = "7.5.1"
h2Version = "1.4.197"
levelDbVersion = "0.12"
annotationsVersion = "3.0.1u2"
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ server:
compression:
enabled: false
spring:
mvc:
pathmatch:
use-suffix-pattern: true
jackson:
date-format: yyyy-MM-dd HH:mm:ss
devtools:
Expand Down

0 comments on commit 4bd1e67

Please sign in to comment.