diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..6549423 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ 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/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index 533ab17..b4147b3 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -49,6 +49,7 @@ file: upload_path: windows: D://files/zg_gqj linux: /home/zg_gqj/files + other: /Users/syruan/files diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 6fec92e..2bb7692 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -1,8 +1,8 @@ # 配置端口 server: - port: 21999 -# servlet: -# context-path: /gz-gqj + port: 21988 + servlet: + context-path: /gz-gqj max-http-header-size: 10240 spring: # 配置数据源 @@ -45,6 +45,7 @@ file: upload_path: windows: D://files/gz_car linux: /home/zg_gqj/files + other: /Users/syruan/files diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 060565a..2fe244f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,4 +1,4 @@ # 环境配置 spring: profiles: - active: saas \ No newline at end of file + active: test \ No newline at end of file