Skip to content

Commit

Permalink
DT-1574 remove legacy property switch now spring-projects/spring-boot…
Browse files Browse the repository at this point in the history
…#24719 is resolved
  • Loading branch information
andymarke committed Feb 16, 2021
1 parent ee52f5d commit 432cdab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/resources/application.yml
@@ -1,8 +1,6 @@
spring:
application:
name: community-api
config:
use-legacy-processing: true
datasource:
url: 'jdbc:h2:mem:testdb;Mode=Oracle'
type: com.zaxxer.hikari.HikariDataSource
Expand All @@ -19,7 +17,6 @@ spring:
ddl-auto: none
properties:
hibernate:
# show_sql: true
h2:
console:
enabled: true
Expand Down

0 comments on commit 432cdab

Please sign in to comment.