You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the #4252, I realized that I had to use addScript to create the metadata table when using an In-memory database in Spring Boot 3.0 / Spring Batch 5.0.
I think it is better to use static variables to prevent typos in the metadata table creation script path string.
After I create PR about this(schema-h2), if it is approved, I would like to add static variables to the other databases as well.
spring0913
changed the title
Add static variables to prevent typos in the metadata table creation script path string
Add static variables to prevent typos in the metadata tables string path
May 5, 2024
spring0913
added a commit
to spring0913/spring-batch
that referenced
this issue
May 5, 2024
From the #4252, I realized that I had to use addScript to create the metadata table when using an In-memory database in Spring Boot 3.0 / Spring Batch 5.0.
I think it is better to use static variables to prevent typos in the metadata table creation script path string.
After I create PR about this(schema-h2), if it is approved, I would like to add static variables to the other databases as well.
AS-IS
TO-BE
The text was updated successfully, but these errors were encountered: