File tree 3 files changed +6
-6
lines changed
src/test/java/org/mybatis/scripting/thymeleaf/integrationtest/mapper
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
<groupId >org.mybatis</groupId >
24
24
<artifactId >mybatis-parent</artifactId >
25
25
<version >45</version >
26
- <relativePath />
26
+ <relativePath />
27
27
</parent >
28
28
29
29
<groupId >org.mybatis.scripting</groupId >
196
196
</goals >
197
197
</pluginExecutionFilter >
198
198
<action >
199
- <ignore />
199
+ <ignore />
200
200
</action >
201
201
</pluginExecution >
202
202
</pluginExecutions >
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2018-2022 the original author or authors.
2
+ * Copyright 2018-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
17
17
18
18
import java .util .List ;
19
19
20
- import org .apache .ibatis .annotations .* ;
20
+ import org .apache .ibatis .annotations .Select ;
21
21
import org .mybatis .scripting .thymeleaf .integrationtest .domain .Mail ;
22
22
23
23
public interface OneWayPersonMapper {
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2018-2022 the original author or authors.
2
+ * Copyright 2018-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
17
17
18
18
import java .util .List ;
19
19
20
- import org .apache .ibatis .annotations .* ;
20
+ import org .apache .ibatis .annotations .Param ;
21
21
import org .mybatis .scripting .thymeleaf .integrationtest .domain .Name ;
22
22
23
23
public interface XmlNameMapper {
You can’t perform that action at this time.
0 commit comments