| 123456789 |
- -------------------------------------------------------------------------------
- Test set: com.template.MybatisPlusApplicationTests
- -------------------------------------------------------------------------------
- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.301 s <<< FAILURE! - in com.template.MybatisPlusApplicationTests
- contextLoads Time elapsed: 0.006 s <<< ERROR!
- java.lang.IllegalStateException: Failed to load ApplicationContext
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'doorLockConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'door-lock.app-category-id' in value "${door-lock.app-category-id}"
- Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'door-lock.app-category-id' in value "${door-lock.app-category-id}"
|