# ky98 **Repository Path**: calvin37/ky98 ## Basic Information - **Project Name**: ky98 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: ky01 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-02 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### How to use 1. package of maven 1. cd target 1. mvn install:install-file -Dfile=KyCommentGenerator-1.0-SNAPSHOT.jar -DgroupId=com.ky55.util -DartifactId=KyCommentGenerator -Dversion=1.0.SNAPSHOT -Dpackaging=jar Then it can be used as: ``` com.ky55.util KyCommentGenerator 1.0.SNAPSHOT ``` Please note the first part should be as one dependence for overwrite: ``` org.mybatis.generator mybatis-generator-maven-plugin 1.4.0 ```