Skip to content

SpringXMLConfigFile

GangCheng edited this page Jan 21, 2024 · 2 revisions

XML Config File Explanation In Spring Environment

  • Parsing xml config file in spring environment, the ConnectionFactory configured in "datasource" label of "environments" label is UNUSEFUL in spring environment.
  • The ConnectionFactory would be use a spring bean which matched the configuration of spring's configuration properties
  • The other configurations work as mybatis-r2dbc xml config file should be.