JOOQ with MSSQL - 2
How to resolve the issue on acquiring DB connection:
Root cause of this issue:
this issue occurs due to the spring version until spring version 2.5 we will face the issue on acquiring DB connection in DSL context the error shows like DSL context bean is not defining as a bean.
Fix:
We need to exclude the R2db configuration in spring boot application then the issue got resolved and spring boot application started successfully.
The clear error and fix (code) will be publish in next blog........
Thank you ☺️
Comments
Post a Comment