Skip to content

Deprecated entries within application.properties file for schema and init mode #1

@Vamillion

Description

@Vamillion

Hi there 👋

First, I want to say thank you for these nice hands-on in combination with Spring.
I tried the tutorial by myself in combination with maven and figured out, that there was a deprecation within the application.properties file.

  1. spring.datasource.schema=classpath:sql/schema.sql
  • It seems to be: spring.sql.init.schema-locations=classpath:sql/schema.sql
  1. spring.datasource.initialization-mode=always
  • It seems to be: spring.sql.init.mode=always

Additionally, the blog entry has to be changed if you think I'm correct.

Leave a comment if you might want to discuss 😉

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions