Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
5b77df26
Commit
5b77df26
authored
Aug 23, 2019
by
sgjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级为平台ms
parent
84cb91ec
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
46 additions
and
15 deletions
+46
-15
README.md
README.md
+5
-2
4.7.0-to-4.7.1-mysql.sql
doc/4.7.0-to-4.7.1-mysql.sql
+0
-0
db-mcms-mysql-4.7.1.sql
doc/db-mcms-mysql-4.7.1.sql
+0
-0
pom.xml
pom.xml
+12
-3
WebConfig.java
src/main/java/net/mingsoft/config/WebConfig.java
+4
-5
application-dev.yml
src/main/resources/application-dev.yml
+3
-3
application.yml
src/main/resources/application.yml
+22
-1
main.ftl
src/main/webapp/WEB-INF/manager/main.ftl
+0
-0
index.html
src/main/webapp/html/1/index.html
+0
-0
index.html
src/main/webapp/html/1/m/index.html
+0
-0
head-file.htm
src/main/webapp/templets/1/default/head-file.htm
+0
-1
No files found.
README.md
View file @
5b77df26
# 铭飞业务系统基础开发平台 此系统为演示版
当前版本:4.7.0
<br/>
# 铭飞业务系统基础开发平台
线上ms.mingsoft.net
当前版本:4.7.1
<br/>
铭飞MS官网:http://ms.mingsoft.net
<br/>
演示版:http://demo.cms.mingsoft.net/ms/login.do
<br/>
官网同时提供一键运行版本下载,请步移官网....
<br/>
QQ交流群号:
[

](https://jq.qq.com/?_wv=1027&k=5oF19sl)
[

](https://jq.qq.com/?_wv=1027&k=5zykX7V)
[

](https://jq.qq.com/?_wv=1027&k=56BqFKu)
...
...
doc/4.7.0-to-4.7.1-mysql.sql
View file @
5b77df26
This diff is collapsed.
Click to expand it.
doc/db-mcms-mysql-4.7.1.sql
View file @
5b77df26
This diff is collapsed.
Click to expand it.
pom.xml
View file @
5b77df26
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.mingsoft
</groupId>
<artifactId>
wb-
mcms
</artifactId>
<artifactId>
mcms
</artifactId>
<version>
4.7.1
</version>
<packaging>
war
</packaging>
<name>
ms-mcms
</name>
<properties>
<java.version>
1.8
</java.version>
...
...
@@ -46,6 +45,16 @@
<artifactId>
ms-mpeople
</artifactId>
<version>
1.0.8
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-msso-client
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-msso-server
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
</dependency>
<!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 -->
<dependency>
<groupId>
net.mingsoft
</groupId>
...
...
src/main/java/net/mingsoft/config/WebConfig.java
View file @
5b77df26
package
net
.
mingsoft
.
config
;
import
java.io.File
;
import
java.util.Arrays
;
import
net.mingsoft.basic.filter.XSSEscapeFilter
;
import
org.springframework.aop.Advisor
;
import
net.mingsoft.basic.filter.XSSEscapeFilter
;
import
org.springframework.aop.support.DefaultPointcutAdvisor
;
import
org.springframework.aop.support.JdkRegexpMethodPointcut
;
import
org.springframework.boot.web.servlet.FilterRegistrationBean
;
...
...
@@ -133,9 +132,9 @@ public class WebConfig implements WebMvcConfigurer {
return
new
DefaultPointcutAdvisor
(
druidStatPointcut
(),
druidStatInterceptor
());
}
//
/**
//
* xssFilter注册
//
*/
/**
* xssFilter注册
*/
// @Bean
// public FilterRegistrationBean xssFilterRegistration() {
// XSSEscapeFilter xssFilter = new XSSEscapeFilter();
...
...
src/main/resources/application-dev.yml
View file @
5b77df26
spring
:
datasource
:
url
:
jdbc:mysql://
localhost:3306/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=tru
e
username
:
root
password
:
root
url
:
jdbc:mysql://
172.17.0.1:3308/db-ms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=fals
e
username
:
pm
password
:
pm!2019
filters
:
wall,mergeStat
type
:
com.alibaba.druid.pool.DruidDataSource
src/main/resources/application.yml
View file @
5b77df26
...
...
@@ -7,8 +7,20 @@ logging:
level
:
net.mingsoft
:
trace
ms
:
wx
:
app.id
:
wx8c96aa3db4611395
secret
:
6502f1437c583a346f0d71c4be7d99b2
sso
:
url
:
login
:
http://ms.mingsoft.net/sso/login.do
logout
:
http://ms.mingsoft.net/sso/logout.do
token
:
http://ms.mingsoft.net/sso/token.do
session
:
prefix
:
msso
time
:
2592000
cookie
:
ms.mingsoft.net,pm.mingsoft.net,code.mingsoft.net,bbs.mingsoft.net,localhost
manager
:
path
:
/ms
path
:
/m-admin
view-path
:
/WEB-INF/manager
upload
:
...
...
@@ -19,6 +31,15 @@ ms:
memory-size
:
4096
spring
:
redis
:
host
:
172.17.0.1
port
:
6380
password
:
mingsoft
pool
:
max-idle
:
300
min-idle
:
0
max-active
:
600
max-wait
:
1000
http.multipart.enabled
:
false
profiles
:
active
:
dev
...
...
src/main/webapp/WEB-INF/manager/main.ftl
View file @
5b77df26
This diff is collapsed.
Click to expand it.
src/main/webapp/html/1/index.html
View file @
5b77df26
This diff is collapsed.
Click to expand it.
src/main/webapp/html/1/m/index.html
View file @
5b77df26
This diff is collapsed.
Click to expand it.
src/main/webapp/templets/1/default/head-file.htm
View file @
5b77df26
<title>
{ms:global.name/}
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"icon"
href=
"http://cdn.mingsoft.net/global/images/ms.ico"
type=
"x-icon"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{ms:global.host/}/plugins/iconfont/1.0.0/iconfont.css"
/>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/less/base.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"{ms:global.host/}/{ms:global.style/}/less/index.less"
>
...
...
Write
Preview
Markdown
is supported
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