mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48: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: 'Db + Row', link: '/zh/base/db-row'},
|
||||
{text: 'IService', link: '/zh/base/service'},
|
||||
{text: '配置选项', link: '/zh/base/configuration'},
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -95,7 +96,6 @@ export default defineConfig({
|
||||
{
|
||||
text: '其他',
|
||||
items: [
|
||||
{text: '配置选项', link: '/zh/others/configuration'},
|
||||
{text: '代码生成器', link: '/zh/others/codegen'},
|
||||
{text: 'APT 设置', link: '/zh/others/apt'},
|
||||
]
|
||||
|
||||
@ -7,13 +7,13 @@
|
||||
### 原生方式:
|
||||
|
||||
```java
|
||||
FlexGlobalConfig defaultConfig=FlexGlobalConfig.getDefaultConfig();
|
||||
// use defaultConfig.setXxx(...);
|
||||
FlexGlobalConfig defaultConfig = FlexGlobalConfig.getDefaultConfig();
|
||||
// defaultConfig.setXxx(...);
|
||||
```
|
||||
|
||||
### Spring MVC
|
||||
|
||||
不支持
|
||||
同原生配置
|
||||
|
||||
### Spring Boot
|
||||
|
||||
@ -108,7 +108,7 @@ TypeHandler 扫描路径,如果配置了该属性,SqlSessionFactoryBean 会
|
||||
## configuration
|
||||
|
||||
本部分(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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user