Fix DataInitializer and make products publicly accessible

This commit is contained in:
2026-03-08 14:38:52 -06:00
parent cce4de566c
commit 992e610e4b
4 changed files with 38 additions and 5 deletions

View File

@@ -16,10 +16,7 @@ spring:
sql:
init:
mode: always
schema-locations: classpath:schema.sql
data-locations: classpath:data.sql
continue-on-error: false
mode: never
jpa:
hibernate: