Compare commits
No commits in common. "f3dd1e2f007c066c22a3b66eb172b2ef3302c068" and "e1f00060b38efd049484a9abba4da1860c365504" have entirely different histories.
f3dd1e2f00
...
e1f00060b3
|
@ -3,7 +3,6 @@ package com.io.yutian.aulib.sql.util;
|
|||
public enum DatabaseDriverType {
|
||||
|
||||
MYSQL("com.mysql.jdbc.Driver"),
|
||||
MYSQL_CJ("com.mysql.cj.jdbc.Driver"),
|
||||
SQLITE("org.sqlite.JDBC"),
|
||||
H2("org.h2.Driver");
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: AuLib
|
||||
main: com.io.yutian.aulib.AuLib
|
||||
version: 2.0
|
||||
version: 1.9
|
||||
api-version: 1.18
|
||||
author: SuperYuTian
|
Loading…
Reference in New Issue
Block a user