habuma / spring-in-action-5-samples

Home for example code from Spring in Action 5.
Apache License 2.0
1.21k stars 1.04k forks source link

Chapter 5 page 118 specify the database initialization scripts #64

Open quaeast opened 4 years ago

quaeast commented 4 years ago

It should add classpath: before each script

spring:
  datasource:
    schema:
      - classpath:schema.sql
clnmahone commented 4 years ago

yes