Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <dataConfig>
  2. <dataSource type="JdbcDataSource"
  3. driver="com.mysql.jdbc.Driver"
  4. url="jdbc:mysql://localhost:3306/employees"
  5. user="user"
  6. password="password" />
  7. <document>
  8. <entity name="id" query="select emp_no as 'id', first_name, last_name from employees limit 1000;" />
  9. </document>
  10. </dataConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement