| | |
| | | <!-- hutool 工具相关--> |
| | | <hutool.version>5.5.8</hutool.version> |
| | | <!-- 微信小程序 --> |
| | | <weixin-java-miniapp.version>4.1.0</weixin-java-miniapp.version> |
| | | <weixin-java-miniapp.version>4.7.8-20251023.110018</weixin-java-miniapp.version> |
| | | <!-- 微信支付 --> |
| | | <weixin-java-pay.version>4.1.0</weixin-java-pay.version> |
| | | <!-- 阿里云OSS存储 --> |
| | |
| | | <dependency> |
| | | <groupId>com.github.pagehelper</groupId> |
| | | <artifactId>pagehelper-spring-boot-starter</artifactId> |
| | | <version>1.3.0</version> |
| | | <version>2.1.0</version> |
| | | <!--使用spring boot2整合 pagehelper-spring-boot-starter必须排除一下依赖 |
| | | 因为pagehelper-spring-boot-starter也已经在pom依赖了mybatis与mybatis-spring |
| | | 所以会与mybatis-plus-boot-starter中的mybatis与mybatis-spring发生冲突 |
| | |
| | | </exclusions> |
| | | </dependency> |
| | | <!-- 连接池 --> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-generator</artifactId> |
| | | <version>3.5.3.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.velocity</groupId> |
| | | <artifactId>velocity-engine-core</artifactId> |
| | | <version>2.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | |
| | | <artifactId>rocketmq-client-java</artifactId> |
| | | <version>5.0.4</version> |
| | | </dependency> |
| | | |
| | | <!--图片压缩--> |
| | | <dependency> |
| | | <groupId>net.coobird</groupId> |
| | | <artifactId>thumbnailator</artifactId> |
| | | <version>0.4.20</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.jsoup</groupId> |
| | | <artifactId>jsoup</artifactId> |
| | | <version>1.15.3</version> |
| | | </dependency> |
| | | |
| | | <!--<dependency> |
| | | <groupId>com.aliyun.openservices</groupId> |
| | | <artifactId>ons-client</artifactId> |