我想在我的Spring项目中使用@PropertySource
注释。我不知道ceny.properties
文件的路径是什么。我有以下路径,
@PropertySource("classpath:properties\\ceny.properties")
和字典结构
C:\Users\X\IdeaProjects\XDxD\src\main\properties\ceny.properties
我正在使用IntelliJ。我应该将ceny.properties
文件放在哪里。我认为classpath在main中。