I'm using Spring Boot and I wanted to save a password in
src/main/resources/application.properties
with this line:
spring.datasource.password={bcrypt}$2y$18$nBz3NZD6ygFL/MvgLm9lu.rZvfCjNhQRqpHBw4VkBphOzxxMUi1nW
On my business pc it worked but now it tells me it can't connect to user postgres with the provided password. I'm not using BcryptEncoder or something like that. I didn't do that on the other project as well. Now that it accidentally got deleted I'm not sure anymore what I should do.