From f9ff742d097298886efd871657683e6c640a54d8 Mon Sep 17 00:00:00 2001 From: msgroup Date: Thu, 15 Dec 2022 15:12:52 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=BE=85=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mingsoft --- src/main/java/net/mingsoft/MSApplication.java | 2 +- src/main/java/net/mingsoft/MSServletInitializer.java | 2 +- src/main/java/net/mingsoft/cms/action/BaseAction.java | 2 +- src/main/java/net/mingsoft/cms/action/CategoryAction.java | 2 +- src/main/java/net/mingsoft/cms/action/ContentAction.java | 2 +- src/main/java/net/mingsoft/cms/action/GeneraterAction.java | 2 +- src/main/java/net/mingsoft/cms/action/web/CategoryAction.java | 2 +- src/main/java/net/mingsoft/cms/action/web/ContentAction.java | 2 +- src/main/java/net/mingsoft/cms/action/web/MCmsAction.java | 2 +- src/main/java/net/mingsoft/cms/aop/CategoryAop.java | 2 +- src/main/java/net/mingsoft/cms/aop/ContentAop.java | 2 +- src/main/java/net/mingsoft/cms/bean/CategoryBean.java | 2 +- src/main/java/net/mingsoft/cms/bean/ContentBean.java | 2 +- src/main/java/net/mingsoft/cms/biz/ICategoryBiz.java | 2 +- src/main/java/net/mingsoft/cms/biz/IContentBiz.java | 2 +- src/main/java/net/mingsoft/cms/biz/IHistoryLogBiz.java | 2 +- src/main/java/net/mingsoft/cms/biz/impl/CategoryBizImpl.java | 2 +- src/main/java/net/mingsoft/cms/biz/impl/ContentBizImpl.java | 2 +- src/main/java/net/mingsoft/cms/biz/impl/HistoryLogBizImpl.java | 2 +- src/main/java/net/mingsoft/cms/constant/Const.java | 2 +- src/main/java/net/mingsoft/cms/constant/e/CategoryTypeEnum.java | 2 +- src/main/java/net/mingsoft/cms/dao/ICategoryDao.java | 2 +- src/main/java/net/mingsoft/cms/dao/ICmsHistoryLogDao.java | 2 +- src/main/java/net/mingsoft/cms/dao/IContentDao.java | 2 +- src/main/java/net/mingsoft/cms/entity/CategoryEntity.java | 2 +- src/main/java/net/mingsoft/cms/entity/ContentEntity.java | 2 +- src/main/java/net/mingsoft/cms/entity/HistoryLogEntity.java | 2 +- .../java/net/mingsoft/cms/resources/resources_en_US.properties | 1 + .../java/net/mingsoft/cms/resources/resources_zh_CN.properties | 1 + src/main/java/net/mingsoft/cms/util/CmsParserUtil.java | 2 +- src/main/java/net/mingsoft/config/WebConfig.java | 2 +- 31 files changed, 31 insertions(+), 29 deletions(-) diff --git a/src/main/java/net/mingsoft/MSApplication.java b/src/main/java/net/mingsoft/MSApplication.java index 4593448e..23212dab 100644 --- a/src/main/java/net/mingsoft/MSApplication.java +++ b/src/main/java/net/mingsoft/MSApplication.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/MSServletInitializer.java b/src/main/java/net/mingsoft/MSServletInitializer.java index 13e6d1f2..1dbdd9e8 100644 --- a/src/main/java/net/mingsoft/MSServletInitializer.java +++ b/src/main/java/net/mingsoft/MSServletInitializer.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/action/BaseAction.java b/src/main/java/net/mingsoft/cms/action/BaseAction.java index 0d1cbbe0..350d63af 100755 --- a/src/main/java/net/mingsoft/cms/action/BaseAction.java +++ b/src/main/java/net/mingsoft/cms/action/BaseAction.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/action/CategoryAction.java b/src/main/java/net/mingsoft/cms/action/CategoryAction.java index 1ed3fee1..32609b96 100755 --- a/src/main/java/net/mingsoft/cms/action/CategoryAction.java +++ b/src/main/java/net/mingsoft/cms/action/CategoryAction.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/action/ContentAction.java b/src/main/java/net/mingsoft/cms/action/ContentAction.java index 4f4e8a13..d59d9bcd 100755 --- a/src/main/java/net/mingsoft/cms/action/ContentAction.java +++ b/src/main/java/net/mingsoft/cms/action/ContentAction.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/action/GeneraterAction.java b/src/main/java/net/mingsoft/cms/action/GeneraterAction.java index 70928fd0..2173d48c 100755 --- a/src/main/java/net/mingsoft/cms/action/GeneraterAction.java +++ b/src/main/java/net/mingsoft/cms/action/GeneraterAction.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/action/web/CategoryAction.java b/src/main/java/net/mingsoft/cms/action/web/CategoryAction.java index 0df6b55f..7d485dcb 100755 --- a/src/main/java/net/mingsoft/cms/action/web/CategoryAction.java +++ b/src/main/java/net/mingsoft/cms/action/web/CategoryAction.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/action/web/ContentAction.java b/src/main/java/net/mingsoft/cms/action/web/ContentAction.java index 4047691d..4bc0cf2f 100755 --- a/src/main/java/net/mingsoft/cms/action/web/ContentAction.java +++ b/src/main/java/net/mingsoft/cms/action/web/ContentAction.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/action/web/MCmsAction.java b/src/main/java/net/mingsoft/cms/action/web/MCmsAction.java index 6f09bc9e..b2fcd1fc 100755 --- a/src/main/java/net/mingsoft/cms/action/web/MCmsAction.java +++ b/src/main/java/net/mingsoft/cms/action/web/MCmsAction.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/aop/CategoryAop.java b/src/main/java/net/mingsoft/cms/aop/CategoryAop.java index 5dc20dcf..ca1578d1 100644 --- a/src/main/java/net/mingsoft/cms/aop/CategoryAop.java +++ b/src/main/java/net/mingsoft/cms/aop/CategoryAop.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * 本软件及相关文档文件(以下简称“软件”)的版权归 铭软科技 所有 * 遵循铭软科技《保密协议》 */ diff --git a/src/main/java/net/mingsoft/cms/aop/ContentAop.java b/src/main/java/net/mingsoft/cms/aop/ContentAop.java index afb4cfa5..1061a4e0 100755 --- a/src/main/java/net/mingsoft/cms/aop/ContentAop.java +++ b/src/main/java/net/mingsoft/cms/aop/ContentAop.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/bean/CategoryBean.java b/src/main/java/net/mingsoft/cms/bean/CategoryBean.java index de8ac7ab..35b337d7 100755 --- a/src/main/java/net/mingsoft/cms/bean/CategoryBean.java +++ b/src/main/java/net/mingsoft/cms/bean/CategoryBean.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/bean/ContentBean.java b/src/main/java/net/mingsoft/cms/bean/ContentBean.java index 010860d2..ec8c59a0 100755 --- a/src/main/java/net/mingsoft/cms/bean/ContentBean.java +++ b/src/main/java/net/mingsoft/cms/bean/ContentBean.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/biz/ICategoryBiz.java b/src/main/java/net/mingsoft/cms/biz/ICategoryBiz.java index 2fde76c9..b641352c 100755 --- a/src/main/java/net/mingsoft/cms/biz/ICategoryBiz.java +++ b/src/main/java/net/mingsoft/cms/biz/ICategoryBiz.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/biz/IContentBiz.java b/src/main/java/net/mingsoft/cms/biz/IContentBiz.java index 8fbba24e..0cdb4743 100755 --- a/src/main/java/net/mingsoft/cms/biz/IContentBiz.java +++ b/src/main/java/net/mingsoft/cms/biz/IContentBiz.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/biz/IHistoryLogBiz.java b/src/main/java/net/mingsoft/cms/biz/IHistoryLogBiz.java index 2c91048c..efc098ef 100755 --- a/src/main/java/net/mingsoft/cms/biz/IHistoryLogBiz.java +++ b/src/main/java/net/mingsoft/cms/biz/IHistoryLogBiz.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/biz/impl/CategoryBizImpl.java b/src/main/java/net/mingsoft/cms/biz/impl/CategoryBizImpl.java index 1fdcfcd7..3e44a77f 100755 --- a/src/main/java/net/mingsoft/cms/biz/impl/CategoryBizImpl.java +++ b/src/main/java/net/mingsoft/cms/biz/impl/CategoryBizImpl.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/biz/impl/ContentBizImpl.java b/src/main/java/net/mingsoft/cms/biz/impl/ContentBizImpl.java index edb954a7..7d55c7e1 100755 --- a/src/main/java/net/mingsoft/cms/biz/impl/ContentBizImpl.java +++ b/src/main/java/net/mingsoft/cms/biz/impl/ContentBizImpl.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/biz/impl/HistoryLogBizImpl.java b/src/main/java/net/mingsoft/cms/biz/impl/HistoryLogBizImpl.java index 4c133253..aefb84e5 100755 --- a/src/main/java/net/mingsoft/cms/biz/impl/HistoryLogBizImpl.java +++ b/src/main/java/net/mingsoft/cms/biz/impl/HistoryLogBizImpl.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/constant/Const.java b/src/main/java/net/mingsoft/cms/constant/Const.java index 1d93ed23..73e9bba8 100755 --- a/src/main/java/net/mingsoft/cms/constant/Const.java +++ b/src/main/java/net/mingsoft/cms/constant/Const.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/constant/e/CategoryTypeEnum.java b/src/main/java/net/mingsoft/cms/constant/e/CategoryTypeEnum.java index 06b60195..51db7d86 100755 --- a/src/main/java/net/mingsoft/cms/constant/e/CategoryTypeEnum.java +++ b/src/main/java/net/mingsoft/cms/constant/e/CategoryTypeEnum.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/dao/ICategoryDao.java b/src/main/java/net/mingsoft/cms/dao/ICategoryDao.java index 1b975f33..19cddd54 100755 --- a/src/main/java/net/mingsoft/cms/dao/ICategoryDao.java +++ b/src/main/java/net/mingsoft/cms/dao/ICategoryDao.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/dao/ICmsHistoryLogDao.java b/src/main/java/net/mingsoft/cms/dao/ICmsHistoryLogDao.java index 233009c9..a158ffb7 100755 --- a/src/main/java/net/mingsoft/cms/dao/ICmsHistoryLogDao.java +++ b/src/main/java/net/mingsoft/cms/dao/ICmsHistoryLogDao.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/dao/IContentDao.java b/src/main/java/net/mingsoft/cms/dao/IContentDao.java index caf53ed7..250b105f 100755 --- a/src/main/java/net/mingsoft/cms/dao/IContentDao.java +++ b/src/main/java/net/mingsoft/cms/dao/IContentDao.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/entity/CategoryEntity.java b/src/main/java/net/mingsoft/cms/entity/CategoryEntity.java index d0ea82bd..107d8575 100755 --- a/src/main/java/net/mingsoft/cms/entity/CategoryEntity.java +++ b/src/main/java/net/mingsoft/cms/entity/CategoryEntity.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/entity/ContentEntity.java b/src/main/java/net/mingsoft/cms/entity/ContentEntity.java index 481a5adb..4cf2ea4a 100755 --- a/src/main/java/net/mingsoft/cms/entity/ContentEntity.java +++ b/src/main/java/net/mingsoft/cms/entity/ContentEntity.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/entity/HistoryLogEntity.java b/src/main/java/net/mingsoft/cms/entity/HistoryLogEntity.java index 6fff7bd2..d134bb12 100755 --- a/src/main/java/net/mingsoft/cms/entity/HistoryLogEntity.java +++ b/src/main/java/net/mingsoft/cms/entity/HistoryLogEntity.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/cms/resources/resources_en_US.properties b/src/main/java/net/mingsoft/cms/resources/resources_en_US.properties index f9fb573c..6844f0fd 100755 --- a/src/main/java/net/mingsoft/cms/resources/resources_en_US.properties +++ b/src/main/java/net/mingsoft/cms/resources/resources_en_US.properties @@ -35,3 +35,4 @@ category.diy.url=custom link content.keyword=keyword templet.file=template file not found category.pinyin=pinyin +err.format=category pinyin format error \ No newline at end of file diff --git a/src/main/java/net/mingsoft/cms/resources/resources_zh_CN.properties b/src/main/java/net/mingsoft/cms/resources/resources_zh_CN.properties index 6ebd4bd5..cddd36f4 100755 --- a/src/main/java/net/mingsoft/cms/resources/resources_zh_CN.properties +++ b/src/main/java/net/mingsoft/cms/resources/resources_zh_CN.properties @@ -35,3 +35,4 @@ category.diy.url=\u81EA\u5B9A\u4E49\u94FE\u63A5 content.keyword=\u5173\u952E\u5B57 templet.file=\u672A\u627E\u5230\u6A21\u677F\u6587\u4EF6 category.pinyin=\u62FC\u97F3 +err.format=\u680f\u76ee\u62fc\u97f3\u683c\u5f0f\u9519\u8bef diff --git a/src/main/java/net/mingsoft/cms/util/CmsParserUtil.java b/src/main/java/net/mingsoft/cms/util/CmsParserUtil.java index 37a8b16b..4ae1c87f 100755 --- a/src/main/java/net/mingsoft/cms/util/CmsParserUtil.java +++ b/src/main/java/net/mingsoft/cms/util/CmsParserUtil.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to diff --git a/src/main/java/net/mingsoft/config/WebConfig.java b/src/main/java/net/mingsoft/config/WebConfig.java index 0653a11d..8c0e1d90 100644 --- a/src/main/java/net/mingsoft/config/WebConfig.java +++ b/src/main/java/net/mingsoft/config/WebConfig.java @@ -1,6 +1,6 @@ /** * The MIT License (MIT) - * Copyright (c) 2012-2022 铭软科技(mingsoft.net) + * Copyright (c) 2012-present 铭软科技(mingsoft.net) * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to