From f253d12153bf21f25421761411c8a347d6f0b46f Mon Sep 17 00:00:00 2001 From: Kelvin Date: Thu, 19 Dec 2024 09:48:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fec1bd0..de56055 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -

工刀具库WMS

-

\ No newline at end of file +

工具库WMS

+

+ +# 项目启动 +## 1. 拉取Maven依赖 +## 2. 手动添加DM依赖 +### Hibernate5.4 +`mvn install:install-file -Dfile=[jar包路径] -DgroupId=com.dm.dialect -DartifactId=hibernate5 -Dversion=5.4 -Dpackaging=jar` +### DmJdbc +`mvn install:install-file -Dfile=[jar包路径] -DgroupId=com.dm -DartifactId=DmJdbcDriver -Dversion=1.8 -Dpackaging=jar` \ No newline at end of file