Spring-Boot-Starter
Spring-Boot-Starter 模块 集成了所有 Wow 扩展,提供了自动装配的能力,使 Wow 框架在 Spring Boot 项目中更加便捷地使用。
TIP
该模块的公共配置文档请参考 配置。
安装
kotlin
implementation("me.ahoo.wow:wow-spring-boot-starter")
groovy
implementation 'me.ahoo.wow:wow-spring-boot-starter'
xml
<dependency>
<groupId>me.ahoo.wow</groupId>
<artifactId>wow-spring-boot-starter</artifactId>
<version>${wow.version}</version>
</dependency>