com.github.lkqm.spring.api.version.ApiVersionConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-api-versioning Show documentation
Show all versions of spring-api-versioning Show documentation
Simple development of multi-version api based on spring-mvc via @ApiVersion annotation, support for
uri, header, param.
package com.github.lkqm.spring.api.version;
import com.github.lkqm.spring.api.version.config.WebMvcConfig;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
/**
* 配置api版本
*/
@Configuration
@Import(WebMvcConfig.class)
public class ApiVersionConfiguration { }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy