File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/test/java/org/mybatis/spring Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2010-2024 the original author or authors.
2+ * Copyright 2010-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.
3434
3535// tests basic usage and implementation only
3636// MapperFactoryBeanTest handles testing the transactional functions in SqlSessionTemplate
37+ // Method is public as extended by other test classes outside this package
3738public class SqlSessionTemplateTest extends AbstractMyBatisSpringTest {
3839
3940 private static SqlSession sqlSessionTemplate ;
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2010-2024 the original author or authors.
2+ * Copyright 2010-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.
3131/**
3232 * test the function of excludeFilters in @MapperScan
3333 */
34- public class ScanFilterTest {
34+ class ScanFilterTest {
3535
3636 private AnnotationConfigApplicationContext applicationContext ;
3737
Original file line number Diff line number Diff line change 2626/**
2727 * test the function of excludeFilters in <code><mybatis:scan/></code>.
2828 */
29- public class XmlScanFilterTest {
29+ class XmlScanFilterTest {
3030
3131 private ClassPathXmlApplicationContext applicationContext ;
3232
You can’t perform that action at this time.
0 commit comments