File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/test/java/org/mybatis/scripting/thymeleaf/integrationtest/mapper Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 <groupId >org.mybatis</groupId >
2424 <artifactId >mybatis-parent</artifactId >
2525 <version >45</version >
26- <relativePath />
26+ <relativePath />
2727 </parent >
2828
2929 <groupId >org.mybatis.scripting</groupId >
196196 </goals >
197197 </pluginExecutionFilter >
198198 <action >
199- <ignore />
199+ <ignore />
200200 </action >
201201 </pluginExecution >
202202 </pluginExecutions >
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2018-2022 the original author or authors.
2+ * Copyright 2018-2024 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.
1717
1818import java .util .List ;
1919
20- import org .apache .ibatis .annotations .* ;
20+ import org .apache .ibatis .annotations .Select ;
2121import org .mybatis .scripting .thymeleaf .integrationtest .domain .Mail ;
2222
2323public interface OneWayPersonMapper {
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2018-2022 the original author or authors.
2+ * Copyright 2018-2024 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.
1717
1818import java .util .List ;
1919
20- import org .apache .ibatis .annotations .* ;
20+ import org .apache .ibatis .annotations .Param ;
2121import org .mybatis .scripting .thymeleaf .integrationtest .domain .Name ;
2222
2323public interface XmlNameMapper {
You can’t perform that action at this time.
0 commit comments