Posts
MySQL表分区
MySQL分区 [Mysql分区表及自动创建分区Partition] 时间分区 https://www.jianshu.com/p/1cdd3e3c5b3c https://github.com/wwwted/MySQL-InnoDB-Cluster-3VM-Setup https://www.cnblogs.com/xiaoboluo768/p/5191964.html 准备 database: cluster_test table: SQL_P_TEST 表结构如下: CREATE TABLE SQL_P_TEST ( id bigint NOT NULL AUTO_INCREMENT, name varchar(100) NOT NULL, mmpk datetime NOT NULL DEFAULT
Posts
SpringBoot 不引入 parent 的方法
SpringBoot 不引入 parent 的方法 在项目中,可能引用已有项目的 parent ,但也想引入 springboot. 参考官方说明文档 Maven 配置如下 parent 的 pom.xml (当前pom.xml 也可以) 中添加 <dependencyManagement> <dependencies> <!-- Override Spring Data release