From 91b12bb0c96698a8a9c7a89fe84f933b4fc079cb Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 19 八月 2025 15:45:03 +0800
Subject: [PATCH] docker基础配置

---
 ruoyi-admin/src/main/java/com/ruoyi/PlusCodeGenerator.java |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/PlusCodeGenerator.java b/ruoyi-admin/src/main/java/com/ruoyi/PlusCodeGenerator.java
index 1aa8746..1c2cc8c 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/PlusCodeGenerator.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/PlusCodeGenerator.java
@@ -24,11 +24,10 @@
  * 鍔熻兘锛氭牴鎹暟鎹簱琛ㄧ粨鏋勮嚜鍔ㄧ敓鎴怑ntity銆丮apper銆丼ervice銆丆ontroller绛変唬鐮�
  * 淇锛氳В鍐矲reemarker妯℃澘涓璯enerateService鍙橀噺缂哄け鐨勯棶棰�
  */
-@SpringBootApplication
 public class PlusCodeGenerator {
 
     // 鏁版嵁搴撻厤缃�
-    private static final String DB_URL = "jdbc:postgresql://localhost:5432/ruoyi-zd";
+    private static final String DB_URL = "jdbc:postgresql://127.0.0.1:5433/zd-02";
     private static final String DB_USERNAME = "postgres";
     private static final String DB_PASSWORD = "123456";
 
@@ -39,8 +38,8 @@
     public static void main(String[] args) {
         String projectPath = System.getProperty("user.dir"); // 鑾峰彇椤圭洰鏍硅矾寰�
         String path = "main-business"; // 妯″潡鍚嶇О
-        String table = "inspection_task"; // 琛ㄥ悕,澶氫釜琛ㄩ�楀彿闅斿紑
-        String author = "ld"; // 浣滆�呬俊鎭�
+        String table = "equipment_usage_detail"; // 琛ㄥ悕,澶氫釜琛ㄩ�楀彿闅斿紑
+        String author = "ld";
 
         // 浠g爜杈撳嚭璺緞閰嶇疆
         String outputBasePath = Paths.get(projectPath, path, "src", "main", "java").toString();

--
Gitblit v1.9.3