启动仓库代码错误:启动SystemApplication是报错
来源:1-1 课前必读(不看会错过一个亿)

慕粉3100740
2024-04-20
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘scopedTarget.testController’: Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder ‘system.test’ in value “${system.test}”
写回答
1回答
-
甲蛙
2024-08-01
在配置文件里配上system.test,随便写什么值,这是一个测试的配置项
00
相似问题