Could not resolve placeholder in string value

后端 未结 11 1633
故里飘歌
故里飘歌 2020-12-01 01:00

I am trying to use properties from a .properties file, but it doesn\'t seem to work.

Here is my code:

@Service(\"ServiceFTP\")
@Transact         


        
11条回答
  •  孤城傲影
    2020-12-01 01:37

    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

提交回复
热议问题