We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e253c commit 42192fdCopy full SHA for 42192fd
src/test/java/org/mybatis/spring/filter/xml/XmlScanFilterTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2010-2024 the original author or authors.
+ * Copyright 2010-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
24
import org.springframework.context.support.ClassPathXmlApplicationContext;
25
26
/**
27
- * test the function of excludeFilters in <mybatis:scan/>
+ * test the function of excludeFilters in <code><mybatis:scan/></code>.
28
*/
29
public class XmlScanFilterTest {
30
0 commit comments