| | |
| | | <kotlin.version>1.4.32</kotlin.version> |
| | | <!-- tk.mybatis --> |
| | | <mapper.plugin>tk.mybatis.mapper.generator.MapperPlugin</mapper.plugin> |
| | | <!-- <mapper.plugin>cn.flight.feather.mybatis.plugin.CustomAnnotationPlugin</mapper.plugin>--> |
| | | <mapper.Mapper>tk.mybatis.mapper.common.Mapper</mapper.Mapper> |
| | | <resource.delimiters>@</resource.delimiters> |
| | | </properties> |
| | |
| | | <artifactId>mapper</artifactId> |
| | | <version>3.3.9</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cn.flight.feather.devtool</groupId> |
| | | <artifactId>mybatis-plugin</artifactId> |
| | | <version>1.0-SNAPSHOT</version> |
| | | <scope>system</scope> |
| | | <systemPath>C:/work/ideaProject/java-repository/mybatis-plugin-1.0-SNAPSHOT.jar</systemPath> |
| | | </dependency> |
| | | </dependencies> |
| | | </plugin> |
| | | <!-- <plugin>--> |