Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/axis-spring-boot-starter
https://github.com/hiwepy/axis-spring-boot-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiwepy/axis-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2017-12-04T00:47:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T16:22:46.000Z (over 2 years ago)
- Last Synced: 2023-07-26T21:57:51.772Z (over 1 year ago)
- Language: Java
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# axis-spring-boot-starter
Axis starter for spring boot### 说明
> 基于 axis 的 Spring Boot Starter 实现
1. 整合 axis,依赖服务端模式需要的jar
2. 提供基础的工具对象### Maven
``` xml
${project.groupId}
axis-spring-boot-starter
${project.version}```
### Sample
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-axis](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-axis "spring-boot-sample-axis")