Hi Experts, >From the ignite 3rd party rdbms persistency doc, it shows the example with xml config, like below,
<bean id="dsMySQL_Test" class="com.mysql.cj.jdbc.MysqlDataSource"> <property name="URL" value="jdbc:mysql://[host]:[port]/[database]"/> <property name="user" value="YOUR_USER_NAME"/> <property name="password" value="YOUR_PASSWORD"/> </bean> Can help an example how to do at the java code? Use which bean? thanks, And btw, as currently, ignite dialet not support the postgresql, how can we use the postgresql to do the 3rd party persistency? thanks a lot. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/