Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder "alipay.app_id" in value "${alipay.app_id}"
Project structure
I wrote it in application.properties before it was not configured. I can get the value by using @ Value ("${xx}"), but now I have configured a different profile. After I put the value in application-*.properties, I failed to get it.