|
@@ -13,7 +13,7 @@
|
|
|
* License for the specific language governing permissions and limitations under
|
|
|
* the License.
|
|
|
*/
|
|
|
-package com.baomidou.mybatisplus.test.mysql.mapper;
|
|
|
+package com.baomidou.mybatisplus.test.mysql;
|
|
|
|
|
|
import com.baomidou.mybatisplus.mapper.BaseMapper;
|
|
|
|
|
@@ -29,4 +29,6 @@ public interface MyBaseMapper<T> extends BaseMapper<T> {
|
|
|
|
|
|
// 测试自定义 Mapper 接口
|
|
|
|
|
|
+ // 这个类 不要放到 mapper 扫描目录,否则会当做真实 表 mapper 扫描异常!!
|
|
|
+
|
|
|
}
|