ssm框架,在mybatis里面的 .xml 文件中配置
<plugins>
<plugin interceptor="com.github.pagehelper.PageInterceptor">
<!-- 设置数据库类型 Oracle,Mysql,MariaDB,SQLite,Hsqldb,PostgreSQL六种数据库-->
<property name="helperDialect" value="oracle"/>
</plugin>
</plugins>
博客提及SSM框架,重点在于MyBatis里的.xml文件配置相关内容,属于后端开发中框架配置的信息技术知识。
2806

被折叠的 条评论
为什么被折叠?



