How to update application.properties at run time SpringBoot

0

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.

    
asked by Max Sandoval 22.05.2018 в 22:59
source

0 answers