07 2023 档案

摘要:在springboot3.2之后的版本可以简单的开启虚拟线程 在application.yml中配置 spring: threads: virtual: enabled: true 修改编译参数 <plugin> <groupId>org.apache.maven.plugins</groupId> 阅读全文
posted @ 2023-07-18 22:33 七つ一旋桜 阅读(387) 评论(0) 推荐(0)
摘要:# referrences [高性能队列——Disruptor - 美团技术团队 (meituan.com)](https://tech.meituan.com/2016/11/18/disruptor.html) [秒级达百万高并发框架-Disruptor (qq.com)](https://mp 阅读全文
posted @ 2023-07-13 15:40 七つ一旋桜 阅读(41) 评论(0) 推荐(0)
摘要:``` GolandProjects\src\crdb_demo via 🐹 v1.20.5 ❯ cwgo model --db_type postgres --dsn "host=localhost user=root password=root dbname=t_214 port=26257 阅读全文
posted @ 2023-07-07 16:31 七つ一旋桜 阅读(35) 评论(0) 推荐(0)