mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
update docs
This commit is contained in:
parent
264e5e4af0
commit
b9394780c7
@ -66,6 +66,7 @@ export default defineConfig({
|
|||||||
{text: 'QueryWrapper', link: '/zh/base/querywrapper'},
|
{text: 'QueryWrapper', link: '/zh/base/querywrapper'},
|
||||||
{text: 'Db + Row', link: '/zh/base/db-row'},
|
{text: 'Db + Row', link: '/zh/base/db-row'},
|
||||||
{text: 'IService', link: '/zh/base/service'},
|
{text: 'IService', link: '/zh/base/service'},
|
||||||
|
{text: '配置选项', link: '/zh/base/configuration'},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -95,7 +96,6 @@ export default defineConfig({
|
|||||||
{
|
{
|
||||||
text: '其他',
|
text: '其他',
|
||||||
items: [
|
items: [
|
||||||
{text: '配置选项', link: '/zh/others/configuration'},
|
|
||||||
{text: '代码生成器', link: '/zh/others/codegen'},
|
{text: '代码生成器', link: '/zh/others/codegen'},
|
||||||
{text: 'APT 设置', link: '/zh/others/apt'},
|
{text: 'APT 设置', link: '/zh/others/apt'},
|
||||||
]
|
]
|
||||||
|
|||||||
@ -8,12 +8,12 @@
|
|||||||
|
|
||||||
```java
|
```java
|
||||||
FlexGlobalConfig defaultConfig = FlexGlobalConfig.getDefaultConfig();
|
FlexGlobalConfig defaultConfig = FlexGlobalConfig.getDefaultConfig();
|
||||||
// use defaultConfig.setXxx(...);
|
// defaultConfig.setXxx(...);
|
||||||
```
|
```
|
||||||
|
|
||||||
### Spring MVC
|
### Spring MVC
|
||||||
|
|
||||||
不支持
|
同原生配置
|
||||||
|
|
||||||
### Spring Boot
|
### Spring Boot
|
||||||
|
|
||||||
@ -108,7 +108,7 @@ TypeHandler 扫描路径,如果配置了该属性,SqlSessionFactoryBean 会
|
|||||||
## configuration
|
## configuration
|
||||||
|
|
||||||
本部分(Configuration)的配置都为 MyBatis
|
本部分(Configuration)的配置都为 MyBatis
|
||||||
原生支持的配置,有关配置请参考 [MyBatis Configuration](https://mybatis.net.cn/configuration.html#settings)。
|
原生支持的配置,有关配置请参考 [MyBatis Configuration](https://mybatis.org/mybatis-3/zh/configuration.html#%E8%AE%BE%E7%BD%AE%EF%BC%88settings%EF%BC%89)。
|
||||||
|
|
||||||
## global-config
|
## global-config
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user