Guest User

Untitled

a guest
Jan 18th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. properties.put("spring.datasource.url", "jdbc:postgresql://10.12.73.11:5432/pomdb");
  2. File file = new File("C:\\config/test.properties");
  3. OutputStreamWriter outputStreamWriter = new OutputStreamWriter(new FileOutputStream(file, false));
  4. properties.store(outputStreamWriter,"test_comments");
Add Comment
Please, Sign In to add comment