| | |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.fasterxml.jackson.core</groupId> |
| | | <artifactId>jackson-databind</artifactId> |
| | | <version>2.11.3</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-aop</artifactId> |
| | | </dependency> |
| | |
| | | <version>1.2.33</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- aop依赖 --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-aop</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-amqp</artifactId> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |
| | |
| | | </plugin> |
| | | </plugins> |
| | | |
| | | <!--配置后才可以扫描到xml文件--> |
| | | <!--配置后才可以扫描到xml文件--> |
| | | <resources> |
| | | <resource> |
| | | <directory>src/main/resources</directory> |