赞
踩
1、POM文件,加入依赖
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>com.neo</groupId>
- <artifactId>spring-boot-rabbitmq</artifactId>
- <version>1.0.0</version>
- <packaging>jar</packaging>
-
- <name>spring-boot-rabbitmq</name>
- <description>Demo project for Spring Boot and rabbitmq</description>
-
- <parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>1.4.2.RELEASE</version>
- <rela
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。