Guest User

Untitled

a guest
Aug 6th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <dataConfig>
  2. <dataSource type="JdbcDataSource" driver="org.mariadb.jdbc.Driver" url="jdbc:mariadb://localhost:3306/chilipeppers" user="user" password="user"/>
  3. <document>
  4. <entity name="table1" pk="id" query="select jsonfield1, jsonfield2 from table1">
  5. <field column="id" name="id" />
  6. <field column="jsonfield1" name="jsonfield1" />
  7. <field column="jsonfield2" name="jsonfield2"/>
  8. </entity>
  9. </document>
  10. </dataConfig>
Add Comment
Please, Sign In to add comment