Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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