未验证 提交 0bbc2f5d 编写于 作者: X xiaoyu 提交者: GitHub

exit narayana demo (#7899)

上级 d8aac6d8
......@@ -26,13 +26,13 @@ import java.io.File;
import java.io.IOException;
import java.sql.SQLException;
//FIXME main class could not terminal after execute.
public final class ExampleMain {
public static void main(final String[] args) throws SQLException, IOException {
DataSource dataSource = YamlShardingSphereDataSourceFactory.createDataSource(getFile("/META-INF/sharding-databases-tables.yaml"));
ExampleExecuteTemplate.run(getExampleService(dataSource));
ExampleExecuteTemplate.runFailure(getExampleService(dataSource));
System.exit(1);
}
private static File getFile(final String fileName) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册