I have a Spring Boot application that will have to have some properties set by the end user. To accomplish this, I'm using an external application.properties file. Unfortunately, no matter what I try, these properties never seem to get loaded. As of now, I've tried the following in Powershell.I have a Spring Boot application that will have