Skip to content
标签
欢迎扫码关注公众号

MyBatis 生成 Model 时备注 (Remark) 为空

通过在 mybatis-generator.xml 中配置 jdbcConnection 可以解决 MySql 和 Oracle 的问题,但是没有找到对应 SqlServer 的方法。

xml
<jdbcConnection driverClass="${driver}" connectionURL="${url}" userId="${username}" password="${password}">
    <!--MySQL-->
    <property name="useInformationSchema" value="true"></property>
    <!--Oracle-->
    <property name="remarksReporting" value="true"></property>
</jdbcConnection>

参考

Page Layout Max Width

Adjust the exact value of the page width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the page layout
A ranged slider for user to choose and customize their desired width of the maximum width of the page layout can go.

Content Layout Max Width

Adjust the exact value of the document content width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the content layout
A ranged slider for user to choose and customize their desired width of the maximum width of the content layout can go.