Compare commits

...

1 Commits

Author SHA1 Message Date
q
5271ceff4a update app-dev.yml 2026-01-12 09:52:21 +08:00
2 changed files with 13 additions and 13 deletions

View File

@@ -22,18 +22,18 @@ public class SchemaMigrationTest {
private Vertx vertx;
private JDBCPool pool;
@Before
public void setUp() {
vertx = Vertx.vertx();
// 创建 H2 内存数据库连接池
pool = JDBCPool.pool(vertx,
"jdbc:h2:mem:test;DB_CLOSE_DELAY=-1",
"sa",
""
);
}
//
// @Before
// public void setUp() {
// vertx = Vertx.vertx();
//
// // 创建 H2 内存数据库连接池
// pool = JDBCPool.pool(vertx,
// "jdbc:h2:mem:test;DB_CLOSE_DELAY=-1",
// "sa",
// ""
// );
// }
@After
public void tearDown() {

View File

@@ -1,4 +1,4 @@
# 要激活的配置: app-配置名称.yml
active: local
active: dev
# 控制台输出的版权文字
copyright: QAIU