Commits

Christopher Febles committed 05f43a66a65
Updated MySQL driver to latest version. Extracted database table creation into separate file. Updated table creation SQL to no longer require MySQL 5.6+. Updated setup.sh to handle separate SQL files as well as new (lower) MySQL version requirement. Moved src/main/sql onto the classpath (within Eclipse) for updated Spring Test configuration. Not sure if it will work from command line. Added framework for embedded MySQL for better unit testing. (TODO: Insert test data into embedded database)