Advertisement
Guest User

Untitled

a guest
Sep 11th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <inline-jdbc isolation-level="ReadCommitted" jdbc-driver="com.mysql.jdbc.Driver"
  2. jdbc-password="xxxxxx" jdbc-uri="jdbc:mysql://xxxxx"
  3.  
  4. jdbc-username="xxxxx"
  5. time-between-eviction-runs-millis="600000" />
  6.  
  7. s/(jdbc-uri *= *).*/1"jdbc:mysql://xxxx"/g
  8. s/(jdbc-password *= *).*/1"xxxx"/g
  9. s/(jdbc-username *= *).*/1"xxxx"/g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement