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