package com.my.blogcenter;

import com.battcn.swagger.annotation.EnableSwagger2Doc;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.loadbalancer.LoadBalanced;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.annotation.Bean;
import org.springframework.web.client.RestTemplate;
import tk.mybatis.spring.annotation.MapperScan;

@SpringBootApplication
@MapperScan("com.my")
@EnableFeignClients
@EnableSwagger2Doc
public class BlogCenterApplication {

    public static void main(String[] args) {
        SpringApplication.run(BlogCenterApplication.class, args);
    }

    @Bean
    //负载均衡
    @LoadBalanced
//    @SentinelRestTemplate
    public RestTemplate restTemplate() {
        return new RestTemplate();
    }
}
最近下载更多
lt33333  LV7 2023年6月5日
lipiao161  LV16 2023年4月27日
352601466  LV2 2022年9月20日
wangdengzhe  LV7 2022年5月24日
lsqazx  LV5 2022年2月11日
luowei45  LV1 2022年1月12日
pxqtsht  LV16 2021年11月3日
lyd19931203  LV21 2021年8月4日
lgh2010101  LV17 2021年7月12日
最近浏览更多
chn-lei  LV2 8月27日
1049066887  LV13 8月21日
ゆ 、 Hurt°  LV2 7月8日
唯易人生  LV3 2023年7月5日
644106  LV8 2023年6月8日
lt33333  LV7 2023年6月5日
微信网友_6115804675756032  LV7 2023年5月23日
随便取个名字_哈哈  LV27 2023年5月18日
流连瓦盖法  LV7 2023年4月28日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友