mybatis 配置说明和类结构图

配置数据源 数据源配置 <configuration> <environments default="development"> <environment id="development"> <transactionManager type="JDBC"/> <dataSource type="POOLED"> <property name="driver" value="${drive
相关文章
相关标签/搜索