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.
2 parents ac246c3 + 78a4576 commit cb97ff6Copy full SHA for cb97ff6
src/main/java/org/apache/ibatis/annotations/CacheNamespace.java
@@ -32,7 +32,7 @@
32
* <b>How to use:</b>
33
*
34
* <pre>
35
- * @acheNamespace(implementation = CustomCache.class, properties = {
+ * @CacheNamespace(implementation = CustomCache.class, properties = {
36
* @Property(name = "host", value = "${mybatis.cache.host}"),
37
* @Property(name = "port", value = "${mybatis.cache.port}"),
38
* @Property(name = "name", value = "usersCache")
0 commit comments