Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
f9ff742d
Commit
f9ff742d
authored
Dec 15, 2022
by
msgroup
Committed by
mingsoft
Dec 15, 2022
Browse files
fix:待发布版本
Signed-off-by:
mingsoft
<
killfen@126.com
>
parent
644f0bdc
Changes
31
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/MSApplication.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/MSServletInitializer.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/action/BaseAction.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/action/CategoryAction.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/action/ContentAction.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/action/GeneraterAction.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/action/web/CategoryAction.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/action/web/ContentAction.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/action/web/MCmsAction.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/aop/CategoryAop.java
View file @
f9ff742d
/**
* Copyright (c) 2012-
2022
铭软科技(mingsoft.net)
* Copyright (c) 2012-
present
铭软科技(mingsoft.net)
* 本软件及相关文档文件(以下简称“软件”)的版权归 铭软科技 所有
* 遵循铭软科技《保密协议》
*/
...
...
src/main/java/net/mingsoft/cms/aop/ContentAop.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/bean/CategoryBean.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/bean/ContentBean.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/biz/ICategoryBiz.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/biz/IContentBiz.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/biz/IHistoryLogBiz.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/biz/impl/CategoryBizImpl.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/biz/impl/ContentBizImpl.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/biz/impl/HistoryLogBizImpl.java
View file @
f9ff742d
/**
* 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
...
...
src/main/java/net/mingsoft/cms/constant/Const.java
View file @
f9ff742d
/**
* 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
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment