Knife4j integrates springboot

References Integrated use of knife4j_knife4jconfiguration-CSDN Blog SpringBoot integrates knife4j_knife4j-spring-boot-starter-CSDN blog Introduce maven <!--introduceKnife4jofficialstartBag,This guide selectsSpring BootVersion<3.0,Developers need to pay attention--> <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-openapi2-spring-boot-starter</artifactId> <version>4.4.0</version> </dependency> Configure Knife4jConfiguration @Configuration @EnableSwagger2WebMvc public…

Caused by_ org.springframework.beans.factory.UnsatisfiedDependencyException_

Error message Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'LogMapper' defined in file [F:\sale\build\classes\java\main\com\sun\controller\mapper\LogMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with…