Advertisement
Guest User

Untitled

a guest
Oct 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <dataConfig>
  2. <dataSource type="JdbcDataSource" driver="org.mariadb.jdbc.Driver" url="jdbc:mariadb://xxxx/xxxx" user="dddd" password="dddd!"/>
  3. <document>
  4. <entity name="entity_name" query="SELECT * FROM products_info">
  5. <field column="idproducts_info" name="idproducts_info"/>
  6. <field column="ProductShortText" name="ProductShortText"/>
  7. </entity>
  8.  
  9.  
  10. </document>
  11. </dataConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement