| | |
| | | <swagger.bootstrap-ui.version>1.9.6</swagger.bootstrap-ui.version> |
| | | <fastjson.version>1.2.70</fastjson.version> |
| | | <druid.version>1.2.0</druid.version> |
| | | <!--<mybatis.plus.version>3.5.7</mybatis.plus.version>--> |
| | | <mybatis.plus.version>3.4.2</mybatis.plus.version> |
| | | <apache.shiro.version>1.7.0</apache.shiro.version> |
| | | <oshi.version>5.7.0</oshi.version> |
| | |
| | | </properties> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <!--<dependency> |
| | | <groupId>com.jacob</groupId> |
| | | <artifactId>jacob</artifactId> |
| | | <version>1.19</version> |
| | | <scope>system</scope> |
| | | <!--本地的jacob.jar的路径--> |
| | | <!–本地的jacob.jar的路径–> |
| | | <systemPath>${project.basedir}/lib/jacob.jar</systemPath> |
| | | </dependency> |
| | | </dependency>--> |
| | | <!-- Spring Boot --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>alibaba-dingtalk-service-sdk</artifactId> |
| | | <version>2.0.0</version> |
| | | </dependency> |
| | | <!-- 在pom.xml中添加依赖 --> |
| | | <dependency> |
| | | <groupId>javax.mail</groupId> |
| | | <artifactId>javax.mail-api</artifactId> |
| | | <version>1.6.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | |
| | | <artifactId>pinyin4j</artifactId> |
| | | <version>2.5.1</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- WeChat 小程序 --> |
| | | <dependency> |