摘要:
MySQL V8.0.22 [mysqld] # 跳过登录验证 skip-grant-tables use mysql; update user set authentication_string = '' where User = 'root' and Host = 'localhost'; fl 阅读全文
摘要:
一、配置 @Configuration @EnableAsync //启用异步任务 public class ThreadPoolConfig { @Bean("taskExecutor") public ThreadPoolTaskExecutor executor(){ ThreadPoolTa 阅读全文