# annotator-maven-plugin-demos **Repository Path**: dragon-demon/annotator-maven-plugin-demos ## Basic Information - **Project Name**: annotator-maven-plugin-demos - **Description**: 用于演示https://github.com/dragon-zhang/annotator-maven-plugin-all 的使用 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Getting Started ### step1: run maven command to make sure new byte code generating first, delete all generated `targets` folder then, run command below in annotator-maven-plugin-demos ``` mvn clean install -U ``` ### step2: deploy a war to tomcat ### step3: view result for swagger2 users ``` http://localhost:8080/swagger-ui.html ``` for swagger3 users ``` http://localhost:8080/swagger-ui/index.html ``` For more details, see [annotator-maven-plugin-all](https://github.com/dragon-zhang/annotator-maven-plugin-all).