BLACKPINK's Fans
  • Springboot @Component下@Autowired的注入为null【转】

    原文: SpringBoot在自定义类中调用service层等Spring其他层 自定义类时,出现 @Autowired 下的层出现空指针异常。 背景 做了一个TCP服务器来接入智能设备,然后需要将设备实时发送的定位等关键信息存储到数据库。为了考虑将来可能对外提供rest...

    • springboot