Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/axis2-spring-boot-starter
spring-boot-starter-axis2
https://github.com/hiwepy/axis2-spring-boot-starter
Last synced: 23 days ago
JSON representation
spring-boot-starter-axis2
- Host: GitHub
- URL: https://github.com/hiwepy/axis2-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2017-09-19T04:04:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T08:25:29.000Z (4 months ago)
- Last Synced: 2024-09-11T10:51:43.332Z (4 months ago)
- Language: Java
- Size: 62.5 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# axis2-spring-boot-starter
Spring Boot Starter For Axis2### 说明
> 基于 axis2 的 Spring Boot Starter 实现
1. 整合 axis2,依赖服务端模式需要的jar
2. 提供基础的工具对象### Maven
``` xml
${project.groupId}
axis2-spring-boot-starter
${project.version}```
### Sample
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-axis2](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-axis2 "spring-boot-sample-axis2")