diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/ApifoxUploaderProjectSetting.xml b/.idea/ApifoxUploaderProjectSetting.xml new file mode 100644 index 0000000..6060108 --- /dev/null +++ b/.idea/ApifoxUploaderProjectSetting.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/ai-manus.iml b/.idea/ai-manus.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/ai-manus.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..64e4ba8 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/dbnavigator.xml b/.idea/dbnavigator.xml new file mode 100644 index 0000000..1b2f6e3 --- /dev/null +++ b/.idea/dbnavigator.xml @@ -0,0 +1,409 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..4e8ec3d --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..d62a699 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..939f67c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,20 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..fa446a1 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/web-server/face-proc/target/classes/application.yml b/web-server/face-proc/target/classes/application.yml deleted file mode 100644 index e886746..0000000 --- a/web-server/face-proc/target/classes/application.yml +++ /dev/null @@ -1,26 +0,0 @@ -spring: - application: - name: face-proc - servlet: - multipart: - enabled: true - max-file-size: 2048MB - max-request-size: 100MB - -server: - port: 9733 - ssl: - key-store: classpath:bjtds.jks - key-store-password: bjtds2019 - key-password: bjtds2019 - key-alias: tomcat - -bjtds: - faceproc: - arcsoft: - appid: ${ArcSoft_AppId:6APtseEh7dgCpPf8xjuNPZqUEShDcsKa8GZSHZy34rMd} - sdkkey: ${ArcSoft_SdkKey:DJS9FVuHTyUqC5gVXB75d9eBCQdvqGCUCqrMkiYxrWzF} - activekey: ${ArcSoft_ActiveKey:86C1-1176-C127-JB5L} - libpath: ${ArcSoft_LibPath:E:/Projects/JavaPrjs/BTS_LMS_ZZ/web-server/face-proc/arcsoft/commercial/libs/WIN64} - active-offline-file: ${ArcSoft_ActiveOfflineFile:} - feature-host-url-prefix: https://localhost/prodmge \ No newline at end of file diff --git a/web-server/face-proc/target/classes/bjtds.jks b/web-server/face-proc/target/classes/bjtds.jks deleted file mode 100644 index e67b514..0000000 Binary files a/web-server/face-proc/target/classes/bjtds.jks and /dev/null differ