com.template.MybatisPlusApplicationTests.txt 917 B

123456789
  1. -------------------------------------------------------------------------------
  2. Test set: com.template.MybatisPlusApplicationTests
  3. -------------------------------------------------------------------------------
  4. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.301 s <<< FAILURE! - in com.template.MybatisPlusApplicationTests
  5. contextLoads Time elapsed: 0.006 s <<< ERROR!
  6. java.lang.IllegalStateException: Failed to load ApplicationContext
  7. 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}"
  8. Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'door-lock.app-category-id' in value "${door-lock.app-category-id}"