fix: 修复与mes对接

This commit is contained in:
2023-06-30 17:45:20 +08:00
parent f50ab33253
commit a3191d28a0
19 changed files with 803 additions and 44 deletions

View File

@@ -32,6 +32,12 @@
</properties>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc -->
<dependency>
<groupId>com.microsoft.sqlserver</groupId>