statement.execute("drop table ACCOUNT");
connection.close();
}
private Connection createConnection() throws Exception {
MyBatisEndpoint endpoint = resolveMandatoryEndpoint("mybatis:Account", MyBatisEndpoint.class);
return endpoint.getSqlSessionFactory().getConfiguration().getEnvironment().getDataSource().getConnection();
}