From 26f5dd8ef80e5671cda8fc0e6c0d0298c4e678ff Mon Sep 17 00:00:00 2001 From: shikeying <shikeying@163.com> Date: 星期二, 27 九月 2022 16:31:33 +0800 Subject: [PATCH] 视频相似度分析3 --- deploy-jar-template/src/main/resources/application.yml | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/deploy-jar-template/src/main/resources/application.yml b/deploy-jar-template/src/main/resources/application.yml index 3d7808a..82e0996 100644 --- a/deploy-jar-template/src/main/resources/application.yml +++ b/deploy-jar-template/src/main/resources/application.yml @@ -1,3 +1,24 @@ spring: profiles: active: dev + + # 瑙嗛娴嬭瘯鐣岄潰寮曞叆 2022-09-26 + freemarker: + # 妯℃澘鍚庣紑鍚� + suffix: .ftl + # 鏂囨。绫诲瀷 + content-type: text/html + # 椤甸潰缂栫爜 + charset: UTF-8 + # 椤甸潰缂撳瓨 + cache: false + # 妯℃澘璺緞 + template-loader-path: classpath:/templates/ + settings: + # 濡傛灉鍙橀噺涓簄ull,杞寲涓虹┖瀛楃涓� + classic_compatible: true + # 鏁板瓧鏍煎紡涓嶇敤閫楀彿闅斿紑 + number_format: 0.## + datetime_format: yyyy-MM-dd HH:mm:ss + # 鍘绘帀澶氫綑鐨勭┖鏍硷紝闈炲父鏈夌敤 + whitespace_stripping: true -- Gitblit v1.9.1