You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"name": "spring.cloud.deployer.local.working-directories-root",
"type": "java.nio.file.Path",
"description": "Directory in which all created processes will run and create log files.",
"sourceType": "org.springframework.cloud.deployer.spi.local.LocalDeployerProperties"
}
UI doesn't show it. Setter takes String and getter returns Path which is kind wrong.
The text was updated successfully, but these errors were encountered:
As
working-directories-root
is usingPath
:UI doesn't show it. Setter takes
String
and getter returnsPath
which is kind wrong.The text was updated successfully, but these errors were encountered: