运行测试容器 MySQL 时,
@ClassRule
public static final MySQLContainer mysql = (MySQLContainer) new MySQLContainer("mysql:5.6").withInitScript("init/test.sql")
我收到错误“找不到查询”。
运行测试容器 MySQL 时,
@ClassRule
public static final MySQLContainer mysql = (MySQLContainer) new MySQLContainer("mysql:5.6").withInitScript("init/test.sql")
我收到错误“找不到查询”。