• 2023-02-07annotation
    @RestController@Autowired//当标注的属性是接口时,其实注入的是这个接口的实现类,如果这个接口有多个实现类,只使用@Autowired就会报错,因为它默认是根据类型找,然后就会找
  • 2023-01-10@EnableEurekaServer注解不可用
    自己启动Eurekaserver时,如果发现依赖正确引入了,但是@EnableEurekaServer注解不可用,那可能是SpringCloud版本不对,可尝试修改下版本即可:<dependency><groupId>org.spri
  • 2022-12-05@EnableEurekaServer注解不可用
    1.可能是springBoot版本和spingCloud版本不匹配parentpom做了如下修改<!--基于springboot开发--><parent><groupId>org.springframework.boot</groupId><artifactId