springBoot启动报警告:

killAfter is now deprecated. Do you need it ? Please comment on MEXEC-6.

解决方案:

                           <configuration>
                                <killAfter>-1</killAfter>
                                <mainClass>com.heque.user.Application</mainClass>
                           </configuration>

加入<killAfter>-1</killAfter>

相关文章:

  • 2021-05-07
  • 2021-12-06
  • 2021-10-07
  • 2022-12-23
  • 2021-06-06
  • 2021-06-01
  • 2021-07-24
  • 2021-07-02
猜你喜欢
  • 2021-12-08
  • 2022-02-13
  • 2021-04-01
  • 2021-04-22
  • 2021-08-01
  • 2022-12-23
  • 2022-01-24
相关资源
相似解决方案