Blame view

.project 561 Bytes
1d47516d   zhaowg   从官网COPY:https://g...
1
2
3
4
5
6
7
  <?xml version="1.0" encoding="UTF-8"?>
  <projectDescription>
  	<name>spring-boot-starter-rocketmq-zwg</name>
  	<comment></comment>
  	<projects>
  	</projects>
  	<buildSpec>
d54dea82   zhaowg   消息消费失败后发送MQ
8
9
10
11
12
13
14
15
16
17
  		<buildCommand>
  			<name>org.eclipse.jdt.core.javabuilder</name>
  			<arguments>
  			</arguments>
  		</buildCommand>
  		<buildCommand>
  			<name>org.eclipse.m2e.core.maven2Builder</name>
  			<arguments>
  			</arguments>
  		</buildCommand>
1d47516d   zhaowg   从官网COPY:https://g...
18
19
  	</buildSpec>
  	<natures>
d54dea82   zhaowg   消息消费失败后发送MQ
20
21
  		<nature>org.eclipse.jdt.core.javanature</nature>
  		<nature>org.eclipse.m2e.core.maven2Nature</nature>
1d47516d   zhaowg   从官网COPY:https://g...
22
23
  	</natures>
  </projectDescription>