From eed06da92e9ef2b39cf8690a4c9c9e166220bead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Mon, 2 Sep 2024 16:35:34 +0800 Subject: [PATCH] add blog post: Configuring The WildFly To Use The JBeret JDBC Job Repository (Part 2) --- ...9-02-configure-jberet-wildfly-jdbc-job-repo-2.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _posts/2024-09-02-configure-jberet-wildfly-jdbc-job-repo-2.adoc diff --git a/_posts/2024-09-02-configure-jberet-wildfly-jdbc-job-repo-2.adoc b/_posts/2024-09-02-configure-jberet-wildfly-jdbc-job-repo-2.adoc new file mode 100644 index 00000000..abea3c00 --- /dev/null +++ b/_posts/2024-09-02-configure-jberet-wildfly-jdbc-job-repo-2.adoc @@ -0,0 +1,11 @@ +--- +layout: post +title: "Configuring The WildFly To Use The JBeret JDBC Job Repository (Part 2)" +date: 2024-09-02 +tags: wildfly jberet jdbc batch +synopsis: "In the previous blog post on this topic, I have introduced how to manually edit the configuration file of WildFly to configure the batch-jberet module to use the JDBC repository. In this article, I'd like to introduce how to use the CLI Command Tool and the Admin Console to do the task." +author: liweinan +link: https://jberet.org/configure-jberet-wildfly-jdbc-job-repo-2/ +--- + +In the previous blog post on this topic, I have introduced how to manually edit the configuration file of WildFly to configure the batch-jberet module to use the JDBC repository. In this article, I'd like to introduce how to use the CLI Command Tool and the Admin Console to do the task.