Mybatis的核心配置文件中根标签元素的名称是()。
A: config
B: configuration
C: mappe
D: environments
A: config
B: configuration
C: mappe
D: environments
举一反三
- 下面是mybatis框架核心配置文件中的根元素的是: A: configuration B: datasoruce C: mappe D: enviroments
- 在MyBatis框架的核心配置文件中,<configuration>元素是配置文件的根元素,其他元素都要在<configuration>元素内配置()
- MyBatis指定配置文件的根元素使用的是()。 A: <sqlMapConfig> B: <configuration> C: <setting> D: <environments>
- 在MyBatis框架的核心配置文件中,<configuration>元素是配置文件的根元素,其他元素可以不在该元素内配置。
- 下面是mybatis框架核心配置文件中的根元素的是: