springboot集成axis2-1.7.8

由于axis2的文件太多了,不能保证每个依然文件都能找到相关的版本,所以改用axis2-1.7.8 -springboo版本

版本
<org.apache.axis2.version>1.7.8</org.apache.axis2.version>

  

依赖

<!--axis2-1.7.8-->
		<!--axis2 begin-->
		<dependency>
			<groupId>org.apache.axis2</groupId>
			<artifactId>axis2-spring</artifactId>
			<version>${org.apache.axis2.version}</version>
		</dependency>
		<dependency>
			<groupId>org.apache.axis2</groupId>
			<artifactId>axis2-transport-http</artifactId>
			<version>${org.apache.axis2.version}</version>
		</dependency>
		<dependency>
			<groupId>org.apache.axis2</groupId>
			<artifactId>axis2-transport-local</artifactId>
			<version>${org.apache.axis2.version}</version>
		</dependency>
		<dependency>
			<groupId>org.apache.axis2</groupId>
			<artifactId>axis2-xmlbeans</artifactId>
			<version>${org.apache.axis2.version}</version>
		</dependency>
		<!--axis2 end-->

  

相关文章:

  • 2021-12-04
  • 2021-12-21
  • 2021-12-22
  • 2022-02-18
  • 2021-08-20
  • 2022-02-06
  • 2021-10-22
  • 2022-01-05
猜你喜欢
  • 2022-01-04
  • 2021-11-12
  • 2022-12-23
  • 2021-04-04
  • 2022-01-30
相关资源
相似解决方案