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
9e5438a9
Commit
9e5438a9
authored
Feb 04, 2020
by
ms group dev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
依赖更新
parent
f016900e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
247 additions
and
247 deletions
+247
-247
pom.xml
pom.xml
+242
-246
compatible.js
src/main/webapp/static/plugins/ms/1.0.0/compatible.js
+5
-1
No files found.
pom.xml
View file @
9e5438a9
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
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"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-pom
</artifactId>
<artifactId>
ms-mcms
</artifactId>
<version>
1.0.0
</version>
<version>
5.0.0
</version>
<relativePath/>
<name>
${project.groupId}:${project.artifactId}
</name>
</parent>
<description>
ms-mcms tools Library
</description>
<modelVersion>
4.0.0
</modelVersion>
<url>
https://github.com/ming-soft/ms-mcms
</url>
<groupId>
net.mingsoft
</groupId>
<licenses>
<artifactId>
ms-mcms
</artifactId>
<license>
<version>
5.0.0
</version>
<name>
The MIT License (MIT)
</name>
<name>
${project.groupId}:${project.artifactId}
</name>
<url>
http://mit-license.org
</url>
<description>
ms-mcms tools Library
</description>
</license>
<url>
https://github.com/ming-soft/ms-mcms
</url>
</licenses>
<licenses>
<developers>
<license>
<developer>
<name>
The MIT License (MIT)
</name>
<name>
mingsoft develop group
</name>
<url>
http://mit-license.org
</url>
<email>
service@mingsoft.net
</email>
</license>
<organization>
mingsoft
</organization>
</licenses>
<organizationUrl>
http://www.mingsoft.net
</organizationUrl>
<developers>
</developer>
<developer>
</developers>
<name>
mingsoft develop group
</name>
<email>
service@mingsoft.net
</email>
<organization>
mingsoft
</organization>
<organizationUrl>
http://www.mingsoft.net
</organizationUrl>
</developer>
</developers>
<scm>
<scm>
<connection>
scm:git://github.com/ming-soft/ms-mcms.git
</connection>
<connection>
scm:git://github.com/ming-soft/ms-mcms.git
</connection>
<developerConnection>
scm:git@github.com:ming-soft/ms-mcms.git
</developerConnection>
<developerConnection>
scm:git@github.com:ming-soft/ms-mcms.git
</developerConnection>
<url>
https://github.com/ming-soft/ms-mcms
</url>
<url>
https://github.com/ming-soft/ms-mcms
</url>
</scm>
</scm>
<distributionManagement>
<distributionManagement>
<snapshotRepository>
<snapshotRepository>
<id>
sonatype-nexus-snapshots
</id>
<id>
sonatype-nexus-snapshots
</id>
<name>
Sonatype Nexus snapshot repository
</name>
<name>
Sonatype Nexus snapshot repository
</name>
<url>
https://oss.sonatype.org/content/repositories/snapshots
</url>
<url>
https://oss.sonatype.org/content/repositories/snapshots
</url>
</snapshotRepository>
</snapshotRepository>
<repository>
<repository>
<id>
sonatype-nexus-staging
</id>
<id>
sonatype-nexus-staging
</id>
<name>
Sonatype Nexus release repository
</name>
<name>
Sonatype Nexus release repository
</name>
<url>
https://oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
<url>
https://oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
</repository>
</repository>
</distributionManagement>
</distributionManagement>
<properties>
<properties>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
</properties>
<dependencies>
<dependencies>
<!-- 如果使用的是mysql8.0需要使用8.0的驱动 -->
<!-- 如果使用的是mysql8.0需要使用8.0的驱动 -->
<!-- <dependency>-->
<!-- <dependency> -->
<!-- <groupId>mysql</groupId>-->
<!-- <groupId>mysql</groupId> -->
<!-- <artifactId>mysql-connector-java</artifactId>-->
<!-- <artifactId>mysql-connector-java</artifactId> -->
<!-- <version>8.0.11</version>-->
<!-- <version>8.0.11</version> -->
<!-- </dependency>-->
<!-- </dependency> -->
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
<artifactId>
ms-mpeople
</artifactId>
</dependency>
<version>
1.0.15
</version>
<dependency>
</dependency>
<groupId>
net.mingsoft
</groupId>
<dependency>
<artifactId>
ms-upgrader
</artifactId>
<groupId>
net.mingsoft
</groupId>
</dependency>
<artifactId>
ms-upgrader
</artifactId>
</dependencies>
<version>
1.0.15
</version>
<build>
</dependency>
<resources>
</dependencies>
<resource>
<build>
<directory>
src/main/java
</directory>
<resources>
</resource>
<resource>
<resource>
<directory>
src/main/java
</directory>
<directory>
src/main/webapp
</directory>
</resource>
<excludes>
<resource>
<exclude>
html/
</exclude>
<directory>
src/main/webapp
</directory>
<exclude>
static/
</exclude>
<excludes>
<exclude>
upload/
</exclude>
<exclude>
html/
</exclude>
<exclude>
templets/
</exclude>
<exclude>
static/
</exclude>
</excludes>
<exclude>
upload/
</exclude>
</resource>
<exclude>
templets/
</exclude>
<resource>
</excludes>
<directory>
src/main/resources
</directory>
</resource>
</resource>
<resource>
</resources>
<directory>
src/main/resources
</directory>
<plugins>
</resource>
<plugin>
</resources>
<groupId>
org.apache.maven.plugins
</groupId>
<plugins>
<artifactId>
maven-jar-plugin
</artifactId>
<plugin>
<version>
2.6
</version>
<groupId>
org.apache.maven.plugins
</groupId>
<executions>
<artifactId>
maven-jar-plugin
</artifactId>
<execution>
<version>
2.6
</version>
<phase>
package
</phase>
<executions>
<goals>
<execution>
<goal>
jar
</goal>
<phase>
package
</phase>
</goals>
<goals>
</execution>
<goal>
jar
</goal>
</executions>
</goals>
<configuration>
</execution>
<excludes>
</executions>
<!--注意这玩意从编译结果目录开始算目录结构 -->
<configuration>
<exclude>
**/static/plugins/
</exclude>
<excludes>
<exclude>
**/static/skin/
</exclude>
<!--注意这玩意从编译结果目录开始算目录结构 -->
<exclude>
**/Dockerfile
</exclude>
<exclude>
**/static/plugins/
</exclude>
<exclude>
**/ehcache.xml
</exclude>
<exclude>
**/static/skin/
</exclude>
<exclude>
**/upgrade/
</exclude>
<exclude>
**/Dockerfile
</exclude>
<exclude>
**/*.java
</exclude>
<exclude>
**/ehcache.xml
</exclude>
</excludes>
<exclude>
**/upgrade/
</exclude>
</configuration>
<exclude>
**/*.java
</exclude>
</plugin>
</excludes>
<plugin>
</configuration>
<groupId>
org.apache.maven.plugins
</groupId>
</plugin>
<artifactId>
maven-source-plugin
</artifactId>
<plugin>
<version>
2.2.1
</version>
<groupId>
org.apache.maven.plugins
</groupId>
<configuration>
<artifactId>
maven-source-plugin
</artifactId>
<excludes>
<version>
2.2.1
</version>
<exclude>
**/static/plugins/
</exclude>
<configuration>
<exclude>
**/static/skin/
</exclude>
<excludes>
<exclude>
**/application*.yml
</exclude>
<exclude>
**/static/plugins/
</exclude>
<exclude>
**/Dockerfile
</exclude>
<exclude>
**/static/skin/
</exclude>
<exclude>
**/ehcache.xml
</exclude>
<exclude>
**/application*.yml
</exclude>
<exclude>
**/upgrade/
</exclude>
<exclude>
**/Dockerfile
</exclude>
<exclude>
**/config/
</exclude>
<exclude>
**/ehcache.xml
</exclude>
<exclude>
**/MSApplication.java
</exclude>
<exclude>
**/upgrade/
</exclude>
<exclude>
**/MSServletInitializer.java
</exclude>
<exclude>
**/config/
</exclude>
</excludes>
<exclude>
**/MSApplication.java
</exclude>
</configuration>
<exclude>
**/MSServletInitializer.java
</exclude>
<executions>
</excludes>
<execution>
</configuration>
<id>
attach-sources
</id>
<executions>
<goals>
<execution>
<goal>
jar-no-fork
</goal>
<id>
attach-sources
</id>
</goals>
<goals>
</execution>
<goal>
jar-no-fork
</goal>
</executions>
</goals>
</plugin>
</execution>
<plugin>
</executions>
<groupId>
org.springframework.boot
</groupId>
</plugin>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<plugin>
</plugin>
<groupId>
org.springframework.boot
</groupId>
<plugin>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<groupId>
org.apache.maven.plugins
</groupId>
</plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<plugin>
<version>
3.1
</version>
<groupId>
org.apache.maven.plugins
</groupId>
<configuration>
<artifactId>
maven-compiler-plugin
</artifactId>
<source>
${java.version}
</source>
<version>
3.1
</version>
<target>
${java.version}
</target>
<configuration>
<encoding>
${project.build.sourceEncoding}
</encoding>
<source>
${java.version}
</source>
</configuration>
<target>
${java.version}
</target>
</plugin>
<encoding>
${project.build.sourceEncoding}
</encoding>
<plugin>
</configuration>
<groupId>
org.apache.maven.plugins
</groupId>
</plugin>
<artifactId>
maven-eclipse-plugin
</artifactId>
<plugin>
<version>
2.8
</version>
<groupId>
org.apache.maven.plugins
</groupId>
<configuration>
<artifactId>
maven-eclipse-plugin
</artifactId>
<additionalConfig>
<version>
2.8
</version>
<file>
<configuration>
<name>
.settings/org.eclipse.core.resources.prefs
</name>
<additionalConfig>
<content>
<file>
<name>
.settings/org.eclipse.core.resources.prefs
</name>
<content>
<![CDATA[
<![CDATA[
eclipse.preferences.version=1
eclipse.preferences.version=1
encoding/<project>
=${project.build.sourceEncoding}
encoding/<project>
=${project.build.sourceEncoding}
]]>
]]>
</content>
</content>
</file>
</file>
</additionalConfig>
</additionalConfig>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
<artifactId>
maven-surefire-plugin
</artifactId>
<artifactId>
maven-surefire-plugin
</artifactId>
<configuration>
<configuration>
<argLine>
-Xmx256m
</argLine>
<argLine>
-Xmx256m
</argLine>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
com.atlassian.maven.plugins
</groupId>
<groupId>
com.atlassian.maven.plugins
</groupId>
<artifactId>
maven-clover2-plugin
</artifactId>
<artifactId>
maven-clover2-plugin
</artifactId>
<version>
2.6.3
</version>
<version>
2.6.3
</version>
<configuration>
<configuration>
<licenseLocation>
${clover.license.file}
</licenseLocation>
<licenseLocation>
${clover.license.file}
</licenseLocation>
<encoding>
${project.build.sourceEncoding}
</encoding>
<encoding>
${project.build.sourceEncoding}
</encoding>
<generateXml>
true
</generateXml>
<generateXml>
true
</generateXml>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
findbugs-maven-plugin
</artifactId>
<artifactId>
findbugs-maven-plugin
</artifactId>
<version>
1.2
</version>
<version>
1.2
</version>
<configuration>
<configuration>
<findbugsXmlOutput>
true
</findbugsXmlOutput>
<findbugsXmlOutput>
true
</findbugsXmlOutput>
<findbugsXmlWithMessages>
true
</findbugsXmlWithMessages>
<findbugsXmlWithMessages>
true
</findbugsXmlWithMessages>
<xmlOutput>
true
</xmlOutput>
<xmlOutput>
true
</xmlOutput>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.9.1
</version>
<version>
2.9.1
</version>
<configuration>
<configuration>
<charset>
UTF-8
</charset>
<charset>
UTF-8
</charset>
<encoding>
UTF-8
</encoding>
<encoding>
UTF-8
</encoding>
<docencoding>
UTF-8
</docencoding>
<docencoding>
UTF-8
</docencoding>
<javadocExecutable>
${java.home}/../bin/javadoc
</javadocExecutable>
<javadocExecutable>
${java.home}/../bin/javadoc
</javadocExecutable>
<additionalparam>
-Xdoclint:none
</additionalparam>
<additionalparam>
-Xdoclint:none
</additionalparam>
</configuration>
</configuration>
<executions>
<executions>
<execution>
<execution>
<id>
attach-javadocs
</id>
<id>
attach-javadocs
</id>
<goals>
<goals>
<goal>
jar
</goal>
<goal>
jar
</goal>
</goals>
</goals>
</execution>
</execution>
</executions>
</executions>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<artifactId>
maven-war-plugin
</artifactId>
<version>
2.6
</version>
<version>
2.6
</version>
<configuration>
<configuration>
<webResources>
<webResources>
<resource>
<resource>
<directory>
src/main/webapp/WEB-INF
</directory>
<directory>
src/main/webapp/WEB-INF
</directory>
<targetPath>
WEB-INF
</targetPath>
<targetPath>
WEB-INF
</targetPath>
<filtering>
true
</filtering>
<filtering>
true
</filtering>
<includes>
<includes>
<include>
**/*.xml
</include>
<include>
**/*.xml
</include>
</includes>
</includes>
<excludes>
<excludes>
<exclude>
web.xml
</exclude>
<exclude>
web.xml
</exclude>
</excludes>
</excludes>
</resource>
</resource>
</webResources>
</webResources>
<attachClasses>
true
</attachClasses>
<attachClasses>
true
</attachClasses>
<warSourceExcludes>
*/web.xml,static
</warSourceExcludes>
<warSourceExcludes>
*/web.xml,static
</warSourceExcludes>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<packagingExcludes>
<packagingExcludes>
ms.install,html/,static/,temp,upgrader,WEB-INF/web.xml,WEB-INF/lib/,templets/,upload/,WEB-INF/classes/*.xml,WEB-INF/classes/*.properties,*.sh,WEB-INF/classes/net/mingsoft/config/,WEB-INF/classes/net/mingsoft/*.class
ms.install,html/,static/,temp,upgrader,WEB-INF/web.xml,WEB-INF/lib/,templets/,upload/,WEB-INF/classes/*.xml,WEB-INF/classes/*.properties,*.sh,WEB-INF/classes/net/mingsoft/config/,WEB-INF/classes/net/mingsoft/*.class
</packagingExcludes>
</packagingExcludes>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<artifactId>
maven-release-plugin
</artifactId>
<configuration>
<configuration>
<arguments>
-Dgpg.passphrase=${gpg.passphrase}
</arguments>
<arguments>
-Dgpg.passphrase=${gpg.passphrase}
</arguments>
</configuration>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
<defaultGoal>
compile
</defaultGoal>
<defaultGoal>
compile
</defaultGoal>
<finalName>
ms-mcms
</finalName>
<finalName>
ms-mcms
</finalName>
</build>
</build>
</project>
</project>
src/main/webapp/static/plugins/ms/1.0.0/compatible.js
View file @
9e5438a9
//ie的兼容
//Object.assign 对ie对支持
if
(
typeof
Object
.
assign
!=
'function'
)
{
if
(
typeof
Object
.
assign
!=
'function'
)
{
Object
.
assign
=
function
(
target
)
{
Object
.
assign
=
function
(
target
)
{
'use strict'
;
'use strict'
;
...
@@ -17,4 +20,4 @@ if (typeof Object.assign != 'function') {
...
@@ -17,4 +20,4 @@ if (typeof Object.assign != 'function') {
}
}
return
target
;
return
target
;
};
};
}
}
\ No newline at end of file
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