摘要:
报错信息 警告: @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. 阅读全文
摘要:
1,创建数据库 CREATE DATABASE IF NOT EXISTS test_database; 集群语句(集群名称必须和搭建环境中配置环境名称一致) // cluster_name是集群名称 CREATE DATABASE IF NOT EXISTS test_database on cl 阅读全文