Load Spring-Boot Database with Test Data
问题 Goal: Leverage spring-boot Data Initialize features to create a simple database and load it with data. Problem: Receiving an error during spring-boot start up. org.hibernate.tool.hbm2ddl.SchemaExport : Column "FIRSTNAME" not found; SQL statement More of the spring-boot start-up output: 2015-03-06 17:32:30.919 INFO 3688 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from URL [file:/E:/spring-workspace/TestApp/target/classes/schema.sql] 2015-03-06 17:32:30.926 INFO 3688