springboot集成axis2-1.7.8


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-->

  


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM