JetBrains / Exposed

Kotlin SQL Framework
http://jetbrains.github.io/Exposed/
Apache License 2.0
8.1k stars 677 forks source link

docs: Add details about @EnableTransactionManagement to spring-boot-starter docs #1959

Closed bog-walk closed 6 months ago

bog-walk commented 6 months ago

Users of exposed-spring-boot-starter might not expect the starter to set certain configuration attributes to their Spring defaults because it is necessary for the inclusion and configuration of Exposed's SpringTransactionManager.

This provides a warning regarding the default attribute settings included when @ExposedAutoConfiguration is automatically configured, as well as options for how to adjust the default proxy target settings, if required.