Guest User

Untitled

a guest
Apr 4th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. sftp:
  2. sessionFactory:
  3. host: ${HOST:127.0.0.1}
  4. username: ${USERNAME:test}
  5. password: ${PASSWORD: test}
  6.  
  7. Caused by: mapping values are not allowed here
  8. in 'reader', line 26, column 25:
  9. password: ${PASSWORD: test}
  10.  
  11. sftp:
  12. sessionFactory:
  13. host: 127.0.0.1
  14. username: test
  15. password: ' test'
Add Comment
Please, Sign In to add comment