摘要: 参考信息 本人参考的是这一篇,描述方面比本人好得多: springboot线程池的使用和扩展 VisiableThreadPoolTaskExecutor 背景: 简略记一下,笔记: 目标是想在 springboot服务下,自定义一个线程池,然后使用异步,原目的是为了批量导入用。 项目架构 普通的s 阅读全文
posted @ 2022-12-07 20:47 aaacarrot 阅读(1842) 评论(0) 推荐(0) 编辑
摘要: 背景: 报错信息: error creating bean with name 'eurekaAutoServiceRegistration': Singleton bean creation not allowed while singletons of this factory are in d 阅读全文
posted @ 2022-12-07 15:35 aaacarrot 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: 1、查看索引 select table_name,index_name from dba_indexes where table_name=‘EMP’; 2、修改字段类型 alter table cooperation MODIFY detail VARCHAR(300); 如果想要改成 TEXT, 阅读全文
posted @ 2022-12-07 14:32 aaacarrot 阅读(2237) 评论(0) 推荐(0) 编辑