摘要:
前言 有时启动SpringBoot项目后需要自运行函数来满足一些项目需求,下面介绍三种方式以此实现。 一、定义实体类实现ApplicationRunner接口 @Component public class Demo implements ApplicationRunner{ @Override p 阅读全文
摘要:
报错信息 Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirement 阅读全文
摘要:
报错信息 Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.2020-09-17 16:34:52.056 ERROR 19 阅读全文