From 02f5e6ea1f0eecf37089979facb1c0520edc2d2d Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期二, 13 一月 2026 14:24:11 +0800
Subject: [PATCH] 拣料

---
 src/main/resources/application.yml |   84 +-----------------------------------------
 1 files changed, 2 insertions(+), 82 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 82cda93..caf4dfc 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,83 +1,3 @@
-server:
-  port: 9090
-
 spring:
-  application:
-#    name: @pom.artifactId@
-    name:
-  datasource:
-    # sql-server
-    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-    url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsasrs
-    username: sa
-    password: sa@123
-  mvc:
-    static-path-pattern: /**
-  redis:
-    host: localhost
-    port: 6379
-    database: 0
-#    password: xltys1995
-
-mybatis-plus:
-  mapper-locations: classpath:mapper/*.xml
-  global-config:
-    field-strategy: 0
-
-logging:
-  path: /stock/out/logs
-
-super:
-  pwd: xltys1995
-
-swagger:
-  enable: false
-
-# 涓嬩綅鏈洪厤缃�
-wcs-slave:
-  # 鍫嗗灈鏈�
-  crn[0]:
-    id: 1
-    ip: 192.168.1.1
-    port: 8888
-#  crn[1]:
-#    id: 2
-#    ip: 192.168.1.1
-#    port: 8888
-  # 绔欑偣
-  devp[0]:
-    id: 1
-    ip: 192.168.1.1
-    port: 8888
-  # 鏉$爜鎵弿浠�
-  barcode[0]:
-    id: 1
-    ip: 192.168.1.1
-    port: 8888
-  # LED
-  led[0]:
-    id: 1
-    ip: 192.168.1.1
-    port: 8888
-  # 纾呯О
-  scale[0]:
-    id: 1
-    ip: 192.168.1.1
-    port: 8888
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+  profiles:
+    active: dev
\ No newline at end of file

--
Gitblit v1.9.1