From eec94477cdc1b3d2a991247217be5a3124da6cb6 Mon Sep 17 00:00:00 2001 From: slimfish Date: Thu, 15 Oct 2020 22:34:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=AD=E6=96=87=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=EF=BC=8C=E5=90=A6=E5=88=99=E6=88=91=E8=B7=91=E4=B8=8D?= =?UTF-8?q?=E8=B5=B7=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 5 ----- src/main/resources/application-production.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 9c19e3b..7c58ab6 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,7 +1,5 @@ -#服务器端口号配置 server: port: 8080 - #数据源配置 spring: datasource: @@ -25,7 +23,6 @@ spring: pool-prepared-statements: true max-open-prepared-statements: 50 max-pool-prepared-statement-per-connection-size: 20 - # 页面配置 mvc: view: prefix: /templates/ @@ -34,12 +31,10 @@ spring: cache: false request-context-attribute: request -#日志配置 log4j2 logging: config: classpath:log4j2.yml -#mybatis配置 mybatis: type-aliases-package: com.oceanspot.template.util.model mapper-locations: classpath:mapper/*.xml diff --git a/src/main/resources/application-production.yml b/src/main/resources/application-production.yml index 542f6ce..e74f737 100644 --- a/src/main/resources/application-production.yml +++ b/src/main/resources/application-production.yml @@ -1,7 +1,5 @@ -#服务器端口号配置 server: port: 8080 - #数据源配置 spring: datasource: @@ -25,7 +23,6 @@ spring: pool-prepared-statements: true max-open-prepared-statements: 50 max-pool-prepared-statement-per-connection-size: 20 - # 页面配置 mvc: view: prefix: /templates/ @@ -34,12 +31,10 @@ spring: cache: false request-context-attribute: request -#日志配置 log4j2 logging: config: classpath:log4j2.yml -#mybatis配置 mybatis: type-aliases-package: com.oceanspot.template.util.model mapper-locations: classpath:mapper/*.xml