Skip to content

SpringXMLConfigFile

GangCheng edited this page Jul 28, 2024 · 3 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 like the xml-configuration file of mybatis-r2dbc.