From ca1c7d27e81d590f5e48b4102d18898b85d5d2fa Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 07 四月 2026 13:32:08 +0800
Subject: [PATCH] feat:采购/库存入库添加批号

---
 src/main/resources/application-dev.yml |   45 +++++++++++++++++++++++++++------------------
 1 files changed, 27 insertions(+), 18 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index ff56f9d..aa7941b 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -28,7 +28,7 @@
 # 寮�鍙戠幆澧冮厤缃�
 server:
   # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080
-  port: 7003
+  port: 8888
   servlet:
     # 搴旂敤鐨勮闂矾寰�
     context-path: /
@@ -42,13 +42,6 @@
       max: 800
       # Tomcat鍚姩鍒濆鍖栫殑绾跨▼鏁帮紝榛樿鍊�10
       min-spare: 100
-
-# 鏃ュ織閰嶇疆
-logging:
-  level:
-    org.quartz: DEBUG
-    com.ruoyi: warn
-    org.springframework: warn
 
 minio:
   endpoint: http://114.132.189.42/
@@ -74,8 +67,10 @@
     druid:
       # 涓诲簱鏁版嵁婧�
       master:
-        url: jdbc:mysql://localhost:3306/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+#        url: jdbc:mysql://1.15.17.182:9999/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        url: jdbc:mysql://localhost:3307/product-inventory-management-pcdz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
         username: root
+#        password: xd@123456..
         password: 123456
       # 浠庡簱鏁版嵁婧�
       slave:
@@ -154,7 +149,7 @@
     database: 0
     # 瀵嗙爜
     #    password: root2022!
-    password:
+    password: 123456
 
     # 杩炴帴瓒呮椂鏃堕棿
     timeout: 10s
@@ -205,16 +200,30 @@
 
 # MyBatis Plus閰嶇疆
 mybatis-plus:
-  # 鎼滅储鎸囧畾鍖呭埆鍚�   鏍规嵁鑷繁鐨勯」鐩潵
-  typeAliasesPackage: com.ruoyi.**.pojo
-  # 閰嶇疆mapper鐨勬壂鎻忥紝鎵惧埌鎵�鏈夌殑mapper.xml鏄犲皠鏂囦欢
-  mapperLocations: classpath*:mapper/**/*Mapper.xml
-  # 鍔犺浇鍏ㄥ眬鐨勯厤缃枃浠�
-  configLocation: classpath:mybatis/mybatis-config.xml
+  configuration:
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+    map-underscore-to-camel-case: true
+  type-aliases-package: com.ruoyi.**.pojo
+  mapper-locations: classpath*:mapper/**/*Mapper.xml
   global-config:
-    enable-sql-runner: true
+    banner: false
     db-config:
       id-type: auto
+
+# 鏃ュ織閰嶇疆
+logging:
+  level:
+    root: INFO
+    com.ruoyi.production.mapper: DEBUG
+    org.apache.ibatis: DEBUG
+    org.mybatis: DEBUG
+    java.sql: DEBUG
+    java.sql.Connection: DEBUG
+    java.sql.Statement: DEBUG
+    java.sql.PreparedStatement: DEBUG
+    java.sql.ResultSet: DEBUG
+    com.baomidou.mybatisplus: DEBUG
+    com.baomidou.mybatisplus.core: DEBUG
 
 # PageHelper鍒嗛〉鎻掍欢
 pagehelper:
@@ -253,4 +262,4 @@
 
 file:
   temp-dir: D:/ruoyi/temp/uploads   # 涓存椂鐩綍
-  upload-dir: D:/ruoyi/prod/uploads # 姝e紡鐩綍
\ No newline at end of file
+  upload-dir: D:/ruoyi/prod/uploads # 姝e紡鐩綍

--
Gitblit v1.9.3