Skip to content

Commit 9b58fa4

Browse files
authored
Merge pull request #1073 from ngocnhan-tran1996/fix-typos
Fix typos
2 parents fe3b5d6 + 3237fda commit 9b58fa4

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

mybatis-spring-boot-autoconfigure/src/main/java/org/mybatis/spring/boot/autoconfigure/MybatisProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2024 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -288,7 +288,7 @@ public static class CoreConfiguration {
288288

289289
/**
290290
* MyBatis, by default, returns null when all the columns of a returned row are NULL. When this setting is enabled,
291-
* MyBatis returns an empty instance instead. Note that it is also applied to nested results (i.e. collectioin and
291+
* MyBatis returns an empty instance instead. Note that it is also applied to nested results (i.e. collection and
292292
* association). Default is false.
293293
*/
294294
private Boolean returnInstanceForEmptyRow;

mybatis-spring-boot-autoconfigure/src/site/zh_CN/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public class MyBatisConfig {
351351
|:-------------- |:----------------------------------------------------------------------------------------------------------------------------------- |:--------------------------------------------------------------------- |
352352
| 核心组件 | [样例1](https://github.com/mybatis/spring-boot-starter/tree/master/mybatis-spring-boot-samples/mybatis-spring-boot-sample-annotation) | 展示了最简单的场景,只有一个 mapper 和一个注入 mapper 的组件。这就是我们在“快速入门”部分看到的例子。 |
353353
| | [样例2](https://github.com/mybatis/spring-boot-starter/tree/master/mybatis-spring-boot-samples/mybatis-spring-boot-sample-xml) | 展示了如何在 XML 文件中使用一个带有语句的 Mapper,并且也有使用 `SqlSessionTemplate` 的 DAO 的示例。 |
354-
| LangaugeDriver | [样例3](https://github.com/mybatis/spring-boot-starter/tree/master/mybatis-spring-boot-samples/mybatis-spring-boot-sample-thymeleaf) | 展示了如何在 mybatis-thymeleaf 的帮助下,使用 Thymeleaf。 |
354+
| LanguageDriver | [样例3](https://github.com/mybatis/spring-boot-starter/tree/master/mybatis-spring-boot-samples/mybatis-spring-boot-sample-thymeleaf) | 展示了如何在 mybatis-thymeleaf 的帮助下,使用 Thymeleaf。 |
355355
| | [样例4](https://github.com/mybatis/spring-boot-starter/tree/master/mybatis-spring-boot-samples/mybatis-spring-boot-sample-freemarker) | 展示了如何在 mybatis-freemarker 的帮助下,使用 Freemarker。 |
356356
| | [样例5](https://github.com/mybatis/spring-boot-starter/tree/master/mybatis-spring-boot-samples/mybatis-spring-boot-sample-velocity) | 展示了如何在 mybatis-velocity 的帮助下,使用 Velocity。 |
357357
| JVM 语言 | [样例6](https://github.com/mybatis/spring-boot-starter/tree/master/mybatis-spring-boot-samples/mybatis-spring-boot-sample-kotlin) | 展示了如何和 kotlin 一同使用。 |

mybatis-spring-boot-samples/mybatis-spring-boot-sample-annotation/src/test/java/extensions/annotation/CaptureSystemOutput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2022 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
4444
import org.junit.platform.commons.support.ReflectionSupport;
4545

4646
/**
47-
* {@code @CaptureSystemOutput} is a JUnit JUpiter extension for capturing output to {@code System.out} and
47+
* {@code @CaptureSystemOutput} is a JUnit Jupiter extension for capturing output to {@code System.out} and
4848
* {@code System.err} with expectations supported via Hamcrest matchers.
4949
* <h4>Example Usage</h4>
5050
*

mybatis-spring-boot-samples/mybatis-spring-boot-sample-freemarker-legacy/src/test/java/extensions/freemarker/legacy/CaptureSystemOutput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2022 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
4444
import org.junit.platform.commons.support.ReflectionSupport;
4545

4646
/**
47-
* {@code @CaptureSystemOutput} is a JUnit JUpiter extension for capturing output to {@code System.out} and
47+
* {@code @CaptureSystemOutput} is a JUnit Jupiter extension for capturing output to {@code System.out} and
4848
* {@code System.err} with expectations supported via Hamcrest matchers.
4949
* <h4>Example Usage</h4>
5050
*

mybatis-spring-boot-samples/mybatis-spring-boot-sample-freemarker/src/test/java/extensions/freemarker/CaptureSystemOutput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2022 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
4444
import org.junit.platform.commons.support.ReflectionSupport;
4545

4646
/**
47-
* {@code @CaptureSystemOutput} is a JUnit JUpiter extension for capturing output to {@code System.out} and
47+
* {@code @CaptureSystemOutput} is a JUnit Jupiter extension for capturing output to {@code System.out} and
4848
* {@code System.err} with expectations supported via Hamcrest matchers.
4949
* <h4>Example Usage</h4>
5050
*

mybatis-spring-boot-samples/mybatis-spring-boot-sample-groovy/src/test/groovy/extensions/groovy/CaptureSystemOutput.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2023 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -37,7 +37,7 @@ import static org.hamcrest.MatcherAssert.assertThat
3737
import static org.hamcrest.Matchers.allOf
3838

3939
/**
40-
* {@code @CaptureSystemOutput} is a JUnit JUpiter extension for capturing output to {@code System.out} and
40+
* {@code @CaptureSystemOutput} is a JUnit Jupiter extension for capturing output to {@code System.out} and
4141
* {@code System.err} with expectations supported via Hamcrest matchers.
4242
*
4343
* <h4>Example Usage</h4>

mybatis-spring-boot-samples/mybatis-spring-boot-sample-kotlin/src/test/kotlin/extensions/kotlin/CaptureSystemOutput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2022 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
4444
import org.junit.platform.commons.support.ReflectionSupport;
4545

4646
/**
47-
* {@code @CaptureSystemOutput} is a JUnit JUpiter extension for capturing output to {@code System.out} and
47+
* {@code @CaptureSystemOutput} is a JUnit Jupiter extension for capturing output to {@code System.out} and
4848
* {@code System.err} with expectations supported via Hamcrest matchers.
4949
* <h4>Example Usage</h4>
5050
*

mybatis-spring-boot-samples/mybatis-spring-boot-sample-thymeleaf/src/test/java/extensions/thymeleaf/CaptureSystemOutput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2022 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
4444
import org.junit.platform.commons.support.ReflectionSupport;
4545

4646
/**
47-
* {@code @CaptureSystemOutput} is a JUnit JUpiter extension for capturing output to {@code System.out} and
47+
* {@code @CaptureSystemOutput} is a JUnit Jupiter extension for capturing output to {@code System.out} and
4848
* {@code System.err} with expectations supported via Hamcrest matchers.
4949
* <h4>Example Usage</h4>
5050
*

mybatis-spring-boot-samples/mybatis-spring-boot-sample-velocity-legacy/src/test/java/extensions/velocity/legacy/CaptureSystemOutput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2022 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
4444
import org.junit.platform.commons.support.ReflectionSupport;
4545

4646
/**
47-
* {@code @CaptureSystemOutput} is a JUnit JUpiter extension for capturing output to {@code System.out} and
47+
* {@code @CaptureSystemOutput} is a JUnit Jupiter extension for capturing output to {@code System.out} and
4848
* {@code System.err} with expectations supported via Hamcrest matchers.
4949
* <h4>Example Usage</h4>
5050
*

mybatis-spring-boot-samples/mybatis-spring-boot-sample-velocity/src/test/java/extensions/velocity/CaptureSystemOutput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2022 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
4444
import org.junit.platform.commons.support.ReflectionSupport;
4545

4646
/**
47-
* {@code @CaptureSystemOutput} is a JUnit JUpiter extension for capturing output to {@code System.out} and
47+
* {@code @CaptureSystemOutput} is a JUnit Jupiter extension for capturing output to {@code System.out} and
4848
* {@code System.err} with expectations supported via Hamcrest matchers.
4949
* <h4>Example Usage</h4>
5050
*

mybatis-spring-boot-samples/mybatis-spring-boot-sample-xml/src/test/java/extensions/xml/CaptureSystemOutput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2022 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
4444
import org.junit.platform.commons.support.ReflectionSupport;
4545

4646
/**
47-
* {@code @CaptureSystemOutput} is a JUnit JUpiter extension for capturing output to {@code System.out} and
47+
* {@code @CaptureSystemOutput} is a JUnit Jupiter extension for capturing output to {@code System.out} and
4848
* {@code System.err} with expectations supported via Hamcrest matchers.
4949
* <h4>Example Usage</h4>
5050
*

0 commit comments

Comments
 (0)