We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@sbrannen found a bug in our documentation: There's a configprop:spring.aop.proxy-target-class in https://docs.spring.io/spring-boot/reference/features/aop.html.
configprop:spring.aop.proxy-target-class
That should be configprop:spring.aop.proxy-target-class[].
configprop:spring.aop.proxy-target-class[]
The text was updated successfully, but these errors were encountered:
There's one in https://docs.spring.io/spring-boot/docs/3.2.x/reference/html/web.html#web.servlet.spring-mvc.content-negotiation too. It references spring.mvc.throw-exception-if-no-handler-found which is deprecated. I've opened #42164 for that.
spring.mvc.throw-exception-if-no-handler-found
Sorry, something went wrong.
4f57603
wilkinsona
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
@sbrannen found a bug in our documentation: There's a
configprop:spring.aop.proxy-target-class
in https://docs.spring.io/spring-boot/reference/features/aop.html.That should be
configprop:spring.aop.proxy-target-class[]
.The text was updated successfully, but these errors were encountered: