| 123456789 |
- -------------------------------------------------------------------------------
- Test set: com.template.WrapperTest
- -------------------------------------------------------------------------------
- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.603 s <<< FAILURE! - in com.template.WrapperTest
- contextLoads Time elapsed: 0 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}"
|