All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hp.message.config.RetrofitAutoConfigure Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.hp.message.config;

import com.github.lianjiatech.retrofit.spring.boot.annotation.RetrofitScan;
import org.springframework.context.annotation.Configuration;

/**
 * @author 尚肖磊
 * @create 2021-06-18 15:03
 * @Description: Retrofit配置类
 */
@Configuration
@RetrofitScan("com.hp.message")
public class RetrofitAutoConfigure {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy