| | |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.github.yulichang</groupId> |
| | | <artifactId>mybatis-plus-join</artifactId> |
| | | <version>1.2.2</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>dynamic-datasource-spring-boot-starter</artifactId> |
| | | <version>3.5.1</version> |
| | |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.24</version> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.data</groupId> |
| | | <artifactId>spring-data-commons</artifactId> |
| | |
| | | <groupId>org.hibernate</groupId> |
| | | <artifactId>hibernate-core</artifactId> |
| | | <version>4.3.5.Final</version> |
| | | </dependency> |
| | | <!--后端导出--> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>3.2.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>cn.dev33</groupId> |
| | | <artifactId>sa-token-spring-boot-starter</artifactId> |
| | | <version>1.37.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.rabbitmq</groupId> |
| | | <artifactId>amqp-client</artifactId> |
| | | <version>5.14.2</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.hibernate.validator</groupId> |
| | | <artifactId>hibernate-validator</artifactId> |
| | | <version>6.1.5.Final</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | |
| | | </build> |
| | | |
| | | |
| | | <!--<repositories> |
| | | <repository> |
| | | <id>nexus-aliyun</id> |
| | | <name>nexus-aliyun</name> |
| | | <url>http://maven.aliyun.com/nexus/content/groups/public/</url> |
| | | <releases> |
| | | <enabled>true</enabled> |
| | | </releases> |
| | | <snapshots> |
| | | <enabled>false</enabled> |
| | | </snapshots> |
| | | </repository> |
| | | </repositories> |
| | | <!-- <repositories>--> |
| | | <!-- <repository>--> |
| | | <!-- <id>nexus-aliyun</id>--> |
| | | <!-- <name>nexus-aliyun</name>--> |
| | | <!-- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>--> |
| | | <!-- <releases>--> |
| | | <!-- <enabled>true</enabled>--> |
| | | <!-- </releases>--> |
| | | <!-- <snapshots>--> |
| | | <!-- <enabled>false</enabled>--> |
| | | <!-- </snapshots>--> |
| | | <!-- </repository>--> |
| | | <!-- </repositories>--> |
| | | |
| | | <pluginRepositories> |
| | | <pluginRepository> |
| | | <id>public</id> |
| | | <name>aliyun nexus</name> |
| | | <url>http://maven.aliyun.com/nexus/content/groups/public/</url> |
| | | <releases> |
| | | <enabled>true</enabled> |
| | | </releases> |
| | | <snapshots> |
| | | <enabled>false</enabled> |
| | | </snapshots> |
| | | </pluginRepository> |
| | | </pluginRepositories>--> |
| | | <!-- <pluginRepositories>--> |
| | | <!-- <pluginRepository>--> |
| | | <!-- <id>public</id>--> |
| | | <!-- <name>aliyun nexus</name>--> |
| | | <!-- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>--> |
| | | <!-- <releases>--> |
| | | <!-- <enabled>true</enabled>--> |
| | | <!-- </releases>--> |
| | | <!-- <snapshots>--> |
| | | <!-- <enabled>false</enabled>--> |
| | | <!-- </snapshots>--> |
| | | <!-- </pluginRepository>--> |
| | | <!-- </pluginRepositories>--> |
| | | </project> |