mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-07 01:28:31 +08:00
commit
f202bd3b67
@ -56,10 +56,10 @@ public class AutoMapperProperties {
|
|||||||
static {
|
static {
|
||||||
// load increment mark
|
// load increment mark
|
||||||
Integer mark = IncrementMarkUtils.incrementAndGet();
|
Integer mark = IncrementMarkUtils.incrementAndGet();
|
||||||
adapterClassName = adapterClassName + "$" + mark;
|
adapterClassName = adapterClassName + "__" + mark;
|
||||||
mapAdapterClassName = mapAdapterClassName + "$" + mark;
|
mapAdapterClassName = mapAdapterClassName + "__" + mark;
|
||||||
autoMapperConfigClassName = autoMapperConfigClassName + "$" + mark;
|
autoMapperConfigClassName = autoMapperConfigClassName + "__" + mark;
|
||||||
autoMapMapperConfigClassName = autoMapMapperConfigClassName + "$" + mark;
|
autoMapMapperConfigClassName = autoMapMapperConfigClassName + "__" + mark;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getConfigClassName() {
|
public static String getConfigClassName() {
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -18,7 +18,7 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<mapstruct-plus.version>1.4.3</mapstruct-plus.version>
|
<mapstruct-plus.version>1.4.4</mapstruct-plus.version>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user