| | |
| | | <artifactId>blade-starter-report</artifactId> |
| | | </dependency> |
| | | <!-- 工作流 --> |
| | | <dependency> |
| | | <groupId>org.springblade</groupId> |
| | | <artifactId>blade-starter-flowable</artifactId> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springblade</groupId>--> |
| | | <!-- <artifactId>blade-starter-flowable</artifactId>--> |
| | | <!-- </dependency>--> |
| | | <!-- 验证码 --> |
| | | <dependency> |
| | | <groupId>com.github.whvcse</groupId> |
| | |
| | | <artifactId>lombok</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | <!-- 二维码生成 --> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>core</artifactId> |
| | | <version>3.3.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>javase</artifactId> |
| | | <version>3.3.3</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |