Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/axis2-client-spring-boot-starter
spring-boot-starter-axis2-client
https://github.com/hiwepy/axis2-client-spring-boot-starter
Last synced: 6 days ago
JSON representation
spring-boot-starter-axis2-client
- Host: GitHub
- URL: https://github.com/hiwepy/axis2-client-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-12-02T02:57:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T07:25:43.000Z (3 months ago)
- Last Synced: 2024-09-10T09:12:50.483Z (3 months ago)
- Language: Java
- Size: 70.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# axis2-client-spring-boot-starter
### 说明
> 基于 axis2 的 Spring Boot Starter 实现
1. 整合 axis2,依赖服务端模式需要的jar
2. 提供基础的工具对象### Maven
``` xml
${project.groupId}
axis2-client-spring-boot-starter
${project.version}```