我正在尝试使用这个 Spring Boot MonogoDB 示例,但我想更改 monogoDB 服务器的位置。
http://spring.io/guides/gs/accessing-data-mongodb/
我在 Application.java 中添加了以下行:
@PropertySource("classpath:/app-config.properties")
加上添加app-config.properties
但src/resources
我收到此错误:
Caused by: java.io.FileNotFoundException: class path resource [app-config.properties] cannot be opened because it does not exist
有人可以帮我吗...