| | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>com.zy</groupId> |
| | | <artifactId>acs-rpc</artifactId> |
| | | <version>1.0.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.zy</groupId> |
| | | <artifactId>acs-common</artifactId> |
| | | <version>1.0.0</version> |
| | | </dependency> |
| | |
| | | <version>3.4.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.aspectj</groupId> |
| | | <artifactId>aspectjrt</artifactId> |
| | | <version>1.9.19</version> <!-- 确保使用最新版本 --> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.aspectj</groupId> |
| | | <artifactId>aspectjweaver</artifactId> |
| | | <version>1.9.19</version> <!-- 用于织入切面 --> |
| | | </dependency> |
| | | |
| | | <!-- swagger --> |
| | | <dependency> |
| | | <groupId>io.springfox</groupId> |