knife4j
knife4j copied to clipboard
springboot 3.4.1 与knife4j 4.5.0整合启动报错 参考https://www.jb51.net/program/334114cuw.htm
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Knife4j Version (please complete the following information):
Additional context Add any other context about the problem here.
<dependency>
<groupId>com.github.xingfudeshi</groupId>
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
<version>4.6.0</version>
</dependency>
可以先用这个
SpringBoot Version 3.4.0,使用Knife4j 4.5.0,将配置文件中增强配置改为false,并将springdoc.version升级至2.8.6后即可