修改redis nacos 配置

This commit is contained in:
GYJ
2025-02-13 15:15:19 +08:00
parent 9eb9362cb3
commit 6f66bc8d43
9 changed files with 41 additions and 41 deletions

View File

@@ -23,10 +23,10 @@ public class Main {
// packageName 指定生成代码项目
// tableName 指定需要生成的表
// String servicePackageName = "system";
// String servicePackageName = "account";
// String servicePackageName = "product";
String packageName = "order";
String packageName = "system";
// String packageName = "account";
// String packageName = "product";
// String packageName = "order";
String tableName = "tb_order_detail";
String author = "ww";