From 8ba1266b6a94defb9c39963d97553fc46991e01f Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 28 一月 2021 09:22:25 +0800 Subject: [PATCH] 修改 页面生成模板 适配后端时间格式 --- ruoyi-admin/src/main/resources/application.yml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 4e0d2b7..a2c1950 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -84,7 +84,7 @@ # https://baomidou.com/config/ mybatis-plus: # 瀵瑰簲鐨� XML 鏂囦欢浣嶇疆 - mapper-locations: classpath*:mapper/**/*Mapper.xml + mapperLocations: classpath*:mapper/**/*Mapper.xml # 瀹炰綋鎵弿锛屽涓猵ackage鐢ㄩ�楀彿鎴栬�呭垎鍙峰垎闅� typeAliasesPackage: com.ruoyi.**.domain # 閽堝 typeAliasesPackage锛屽鏋滈厤缃簡璇ュ睘鎬э紝鍒欎粎浠呬細鎵弿璺緞涓嬩互璇ョ被浣滀负鐖剁被鐨勫煙瀵硅薄 @@ -190,3 +190,13 @@ excludes: /system/notice/* # 鍖归厤閾炬帴 urlPatterns: /system/*,/monitor/*,/tool/* + +feign: + # 寮�鍚帇缂� + compression: + request: + enabled: true + response: + enabled: true + okhttp: + enabled: true \ No newline at end of file -- Gitblit v1.9.3