mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-01-12 09:24:14 +00:00
Compare commits
1 Commits
v0.1.9b20p
...
v0.1.9b21p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5271ceff4a |
@@ -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() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# 要激活的配置: app-配置名称.yml
|
||||
active: local
|
||||
active: dev
|
||||
# 控制台输出的版权文字
|
||||
copyright: QAIU
|
||||
|
||||
Reference in New Issue
Block a user