6 minutes
Conf42 IoT 2024: At the Edge of Robotic Applications
At the latest Conf42 Internet of Things (IoT) 2024 conference, our Payarans deliver a keynote, titled “At the Edge […]
管理コンソールからJDBC接続プールを作成する手順について説明します。この例では、H2インメモリ・データベースを使用して “test” という名前の接続プールを作成します。
まず、左ペインのResources → JDBC → JDBC Connection Poolsをたどって、New JDBC Connection Pool画面を開きます。次に、 “New” をクリックして、以下の項目を入力し、 “Next” をクリックします。

次の画面で、画面下部のプロパティ一覧に以下のプロパティを追加します。
url = jdbc:h2:mem:test
その他のプロパティについてはデフォルトのままとします。

(注: 表示されるプロパティはDataSource実装から動的に検出されます。今回はH2を使用するため、 org.h2.jdbcx.JdbcDataSource から取得されます。)
すべてが終わったら “Finish” ボタンをクリックします。
接続をテストする
成功すると “Ping Succeeded” というメッセージが表示されます。

Share:
6 minutes
At the latest Conf42 Internet of Things (IoT) 2024 conference, our Payarans deliver a keynote, titled “At the Edge […]
5 minutes
Java has been a core element of enterprise application development for decades, and its relevance will continue to grow […]
5 minutes
For technology companies, cost effectiveness in software and application development isn’t just about saving money. It is about delivering […]