expose(key);
}
@Override
protected void configure() {
install(new MyBatisModule() {
@Override
protected void initialize() {
// Ideally, we would install h2 from org.mybatis.guice.datasource.helper.JdbcHelper
// install(JdbcHelper.H2_IN_MEMORY_PRIVATE);
// But the in-memory URL is invalid as far as H2 is concerned, so we had to inline