Commit d5b7f49f authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.1.x'

parents 2fb4d2ec 9270303a
...@@ -35,7 +35,7 @@ import org.springframework.util.StringUtils; ...@@ -35,7 +35,7 @@ import org.springframework.util.StringUtils;
/** /**
* Bean to handle {@link DataSource} initialization by running {@literal schema-*.sql} on * Bean to handle {@link DataSource} initialization by running {@literal schema-*.sql} on
* {@link PostConstruct} and and {@literal data-*.sql} SQL scripts on a * {@link PostConstruct} and {@literal data-*.sql} SQL scripts on a
* {@link DataSourceInitializedEvent}. * {@link DataSourceInitializedEvent}.
* *
* @author Dave Syer * @author Dave Syer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment