diff --git a/web-fast/src/main/resources/config/application.yml b/web-fast/src/main/resources/config/application.yml index ca3e5139..f34bf1ee 100644 --- a/web-fast/src/main/resources/config/application.yml +++ b/web-fast/src/main/resources/config/application.yml @@ -4,7 +4,7 @@ #======================================# # 产品或项目名称、软件开发公司名称 -productName: JeeSite Demo +productName: JeeSite Fast companyName: ThinkGem # 产品版本、版权年份 diff --git a/web-mini/src/main/resources/config/application.yml b/web-mini/src/main/resources/config/application.yml index de276fa4..97191ea9 100644 --- a/web-mini/src/main/resources/config/application.yml +++ b/web-mini/src/main/resources/config/application.yml @@ -4,7 +4,7 @@ #======================================# # 产品或项目名称、软件开发公司名称 -productName: JeeSite Demo +productName: JeeSite Mini companyName: ThinkGem # 产品版本、版权年份 diff --git a/web-mini/src/main/resources/config/beetl.properties b/web-mini/src/main/resources/config/beetl.properties deleted file mode 100644 index 5a9fef83..00000000 --- a/web-mini/src/main/resources/config/beetl.properties +++ /dev/null @@ -1,21 +0,0 @@ - -#设置与beetl-default.properties相同的属性将被覆盖默认设置 - -##导入项目中的调用静态方法类(项目中设置,自动合并IMPORT_PACKAGE设置) -#IMPORT_PACKAGE_PROJECT=\ -# com.jeesite.modules.project.utils.;\ - -## 内置的方法 -#FN.date = org.beetl.ext.fn.DateFunction - -##内置的功能包 -#FNP.strutil = org.beetl.ext.fn.StringUtil - -##内置的格式化函数 -#FT.dateFormat = org.beetl.ext.format.DateFormat - -##内置的默认格式化函数 -#FTC.java.util.Date = org.beetl.ext.format.DateFormat - -## 标签类 -#TAG.include= org.beetl.ext.tag.IncludeTag