Advertisement
Guest User

Untitled

a guest
May 27th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. spring.datasource.url= <DB_URL>
  2. spring.datasource.username=testdb
  3. spring.datasource.password=dbpass
  4.  
  5. <dependency>
  6. <groupId>org.jasypt</groupId>
  7. <artifactId>jasypt-spring31</artifactId>
  8. <version>1.9.2</version>
  9. </dependency>
  10.  
  11. spring.datasource.password= ENC(EFXC0ORLK+Uy6f)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement