Former-commit-id: 86caad6d27a8ede888ffbb78829fd597869a2f3c
master
wangbing 5 years ago
parent d47519850b
commit 050bdbd246

@ -708,6 +708,13 @@ public class SpringBootCallable implements Callable {
String string = FileUtil.readFileToString(file); String string = FileUtil.readFileToString(file);
statement.execute(string); statement.execute(string);
} }
{
File tableDir = Tool.createPath(dbtool.getAbsolutePath(),"system");
File file = Tool.createFile(tableDir.getAbsolutePath(), "ALL_TABLE.sql");
String string = FileUtil.readFileToString(file);
statement.execute(string);
}
} catch (ClassNotFoundException | SQLException | IOException e) { } catch (ClassNotFoundException | SQLException | IOException e) {
e.printStackTrace(); e.printStackTrace();
} finally { } finally {

Loading…
Cancel
Save

Powered by TurnKey Linux.