From 0fd42fcd14d731b9abe466408293e436596f0565 Mon Sep 17 00:00:00 2001 From: liuchen <23082234@qq.com> Date: Wed, 7 Feb 2024 08:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 47 +++++++++++++++++++++++++ src/main/resources/application-test.yml | 47 +++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 src/main/resources/application-prod.yml create mode 100644 src/main/resources/application-test.yml diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml new file mode 100644 index 0000000..b31f524 --- /dev/null +++ b/src/main/resources/application-prod.yml @@ -0,0 +1,47 @@ +# 开发环境配置 +server: + # 服务器的HTTP端口,默认为8080 + port: 23300 + servlet: + # 应用的访问路径 + context-path: / + tomcat: + # tomcat的URI编码 + uri-encoding: UTF-8 + # 连接数满后的排队数,默认为100 + accept-count: 100 + threads: + # tomcat最大线程数,默认为200 + max: 100 + # Tomcat启动初始化的线程数,默认值10 + min-spare: 10 + +# 日志配置 +logging: + file: + path: logs + level: + com.win: debug + org.springframework: warn + +shell: + jlht: + qad-domain: JLHT + company-code: CCWININ + server-id: master + ip: 222.169.228.163 + port: 6122 + linux-id: mfg + linux-password: mfgpro + qad-user: mfg + qad-password: Qadwin1 + jlht2: + qad-domain: JLHT2 + company-code: CCWININ + server-id: master + ip: 222.169.228.163 + port: 6122 + linux-id: mfg + linux-password: mfgpro + qad-user: mfg + qad-password: Qadwin1 diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml new file mode 100644 index 0000000..b31f524 --- /dev/null +++ b/src/main/resources/application-test.yml @@ -0,0 +1,47 @@ +# 开发环境配置 +server: + # 服务器的HTTP端口,默认为8080 + port: 23300 + servlet: + # 应用的访问路径 + context-path: / + tomcat: + # tomcat的URI编码 + uri-encoding: UTF-8 + # 连接数满后的排队数,默认为100 + accept-count: 100 + threads: + # tomcat最大线程数,默认为200 + max: 100 + # Tomcat启动初始化的线程数,默认值10 + min-spare: 10 + +# 日志配置 +logging: + file: + path: logs + level: + com.win: debug + org.springframework: warn + +shell: + jlht: + qad-domain: JLHT + company-code: CCWININ + server-id: master + ip: 222.169.228.163 + port: 6122 + linux-id: mfg + linux-password: mfgpro + qad-user: mfg + qad-password: Qadwin1 + jlht2: + qad-domain: JLHT2 + company-code: CCWININ + server-id: master + ip: 222.169.228.163 + port: 6122 + linux-id: mfg + linux-password: mfgpro + qad-user: mfg + qad-password: Qadwin1