You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to use LazyConnectionDataSourceProxy in Spring Boot, developers have to manually wrap the DataSource in code. While there was a similar suggestion in the past (#15480), it appears that this feature has not yet been implemented.
I would like to propose adding support for configuring LazyConnectionDataSourceProxy directly through application.yaml.
By enabling this setting, the DataSource could be automatically wrapped with LazyConnectionDataSourceProxy, offering greater convenience to developers.
If the Spring team is open to it, I would like to work on implementing this feature myself. :)
The text was updated successfully, but these errors were encountered:
Currently, to use LazyConnectionDataSourceProxy in Spring Boot, developers have to manually wrap the DataSource in code. While there was a similar suggestion in the past (#15480), it appears that this feature has not yet been implemented.
I would like to propose adding support for configuring LazyConnectionDataSourceProxy directly through application.yaml.
By enabling this setting, the DataSource could be automatically wrapped with LazyConnectionDataSourceProxy, offering greater convenience to developers.
If the Spring team is open to it, I would like to work on implementing this feature myself. :)
The text was updated successfully, but these errors were encountered: