Skip to content

Commit

Permalink
bump spring_boot_version to 2.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bhou committed Nov 15, 2023
1 parent 73aa7cc commit 7b34307
Show file tree
Hide file tree
Showing 12 changed files with 1,968 additions and 1,920 deletions.
7 changes: 6 additions & 1 deletion genie-test-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spring:
repositories:
enabled: false
datasource:
url: jdbc:h2:mem:genie
url: jdbc:h2:mem:genie;MODE=MySQL;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=TRUE;CASE_INSENSITIVE_IDENTIFIERS=TRUE;NON_KEYWORDS=value,limit;
username: root
password:
hikari:
Expand All @@ -131,12 +131,17 @@ spring:
serialization:
write-dates-as-timestamps: false
jpa:
database: h2
hibernate:
ddl-auto: validate
properties:
hibernate:
jdbc:
time_zone: UTC # SEE: https://moelholm.com/2016/11/09/spring-boot-controlling-timezones-with-hibernate/
dialect: org.hibernate.dialect.MariaDBDialect
test:
database:
replace: none
servlet:
multipart:
max-file-size: 100MB
Expand Down
Loading

0 comments on commit 7b34307

Please sign in to comment.