Created
May 21, 2017 17:51
-
-
Save jogaco/4501ea56f41b01b0295fa40d61b09468 to your computer and use it in GitHub Desktop.
Spring Boot Tutorial: build failure as we have no tables to insert dbunit data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] --- dbunit-maven-plugin:1.0-beta-3:operation (test-compile) @ spring-boot-mysql --- | |
78 [main] INFO org.dbunit.database.DatabaseDataSet - | |
database name=MySQL | |
database version=5.6.36-82.0 | |
database major version=5 | |
database minor version=6 | |
jdbc driver name=MySQL Connector Java | |
jdbc driver version=mysql-connector-java-5.1.35 ( Revision: 5fb9c5849535c13917c2cf9baaece6ef9693ef27 ) | |
jdbc driver major version=5 | |
jdbc driver minor version=1 | |
79 [main] INFO org.dbunit.database.DatabaseDataSet - Table 'game' not found in tableMap=org.dbunit.dataset.OrderedTableNameMap[_tableNames=[], _tableMap={}, _caseSensitiveTableNames=false] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 3.539s | |
[INFO] Finished at: Sun May 21 19:45:03 CEST 2017 | |
[INFO] Final Memory: 27M/333M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.codehaus.mojo:dbunit-maven-plugin:1.0-beta-3:operation (test-compile) on project spring-boot-mysql: Error executing database operation: CLEAN_INSERT: game -> [Help 1] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment