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
This error appears because the spring project doesn't read the file properties (bootstrap.yml or application.yml). In order to resolve this, you must add dependency in your pom.xml
org.springframework.cloud spring-cloud-context