I am trying to use properties from a .properties file, but it doesn\'t seem to work.
.properties
Here is my code:
@Service(\"ServiceFTP\") @Transact
I got the same error in my microservice project.The property itself missed in my yml file.So I added property name and value that resolves my problem