I have a requirement in an API that I wrote in Spring Boot, where I need to read an id from the application.properties of the project and make a query to the database where the last field that has this query is the new ID that I need put in the application.properties.
I already looked for a way to update this in execution time but I can not find anything in the documentation.