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
ed655b6f
Commit
ed655b6f
authored
Aug 09, 2019
by
ms group dev
Browse files
4.7.1更新
parent
6d0f7093
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
doc/db-mcms-mysql-4.7.1.sql
View file @
ed655b6f
This diff is collapsed.
Click to expand it.
pom.xml
View file @
ed655b6f
<?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"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
mcms
</artifactId>
<artifactId>
mcms
</artifactId>
<version>
4.7.0-SNAPSHOT
</version>
<version>
4.7.0-SNAPSHOT
</version>
<name>
ms-mcms
</name>
<name>
ms-mcms
</name>
<properties>
<packaging>
jar
</packaging>
<java.version>
1.8
</java.version>
<properties>
</properties>
<java.version>
1.8
</java.version>
<repositories>
</properties>
<repository>
<repositories>
<id>
sonatype-nexus-snapshots
</id>
<repository>
<name>
Sonatype Nexus Snapshots
</name>
<id>
sonatype-nexus-snapshots
</id>
<url>
http://repo1.maven.org/maven2/
</url>
<name>
Sonatype Nexus Snapshots
</name>
<releases>
<url>
http://repo1.maven.org/maven2/
</url>
<enabled>
true
</enabled>
<releases>
</releases>
<enabled>
true
</enabled>
<snapshots>
</releases>
<enabled>
true
</enabled>
<snapshots>
</snapshots>
<enabled>
true
</enabled>
</repository>
</snapshots>
<repository>
</repository>
<id>
sonatype
</id>
<repository>
<name>
Sonatype Snapshots
</name>
<id>
sonatype
</id>
<url>
https://oss.sonatype.org/content/groups/public/
</url>
<name>
Sonatype Snapshots
</name>
<releases>
<url>
https://oss.sonatype.org/content/groups/public/
</url>
<enabled>
true
</enabled>
<releases>
</releases>
<enabled>
true
</enabled>
<snapshots>
</releases>
<enabled>
true
</enabled>
<snapshots>
</snapshots>
<enabled>
true
</enabled>
</repository>
</snapshots>
</repositories>
</repository>
<dependencies>
</repositories>
<dependency>
<dependencies>
<groupId>
net.mingsoft
</groupId>
<dependency>
<artifactId>
ms-mpeople
</artifactId>
<groupId>
net.mingsoft
</groupId>
<version>
1.0.8
</version>
<artifactId>
ms-mpeople
</artifactId>
</dependency>
<version>
1.0.8-SNAPSHOT
</version>
<dependency>
</dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-upgrader
</artifactId>
</dependencies>
<version>
1.0.6-SNAPSHOT
</version>
<build>
</dependency>
<finalName>
ms-mcms
</finalName>
</dependencies>
<plugins>
<build>
<plugin>
<finalName>
ms-mcms
</finalName>
<groupId>
org.apache.maven.plugins
</groupId>
<plugins>
<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>
</configuration>
<source>
${java.version}
</source>
</plugin>
<target>
${java.version}
</target>
<plugin>
</configuration>
<groupId>
org.springframework.boot
</groupId>
</plugin>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<plugin>
<executions>
<groupId>
org.springframework.boot
</groupId>
<execution>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<goals>
<executions>
<goal>
repackage
</goal>
<execution>
</goals>
<goals>
</execution>
<goal>
repackage
</goal>
</executions>
</goals>
<configuration>
</execution>
<fork>
true
</fork>
</executions>
</configuration>
<configuration>
</plugin>
<fork>
true
</fork>
<plugin>
</configuration>
<groupId>
org.apache.maven.plugins
</groupId>
</plugin>
<artifactId>
maven-war-plugin
</artifactId>
<plugin>
<configuration>
<groupId>
org.apache.maven.plugins
</groupId>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<artifactId>
maven-war-plugin
</artifactId>
<!-- 打包时候需需要启用,注意避免快照依赖的冗余jar包 -->
<configuration>
<!-- outputFileNameMapping>@{artifactId}@- @{baseVersion}@. @{extension}@</outputFileNameMapping -->
<failOnMissingWebXml>
false
</failOnMissingWebXml>
</configuration>
<!-- 打包时候需需要启用,注意避免快照依赖的冗余jar包 -->
</plugin>
<!-- outputFileNameMapping>@{artifactId}@- @{baseVersion}@. @{extension}@</outputFileNameMapping -->
</plugins>
</configuration>
<resources>
</plugin>
<resource>
</plugins>
<directory>
src/main/webapp
</directory>
<resources>
</resource>
<resource>
<resource>
<directory>
src/main/webapp
</directory>
<directory>
src/main/resources
</directory>
</resource>
</resource>
<resource>
<resource>
<directory>
src/main/resources
</directory>
<directory>
src/main/java
</directory>
</resource>
</resource>
<resource>
</resources>
<directory>
src/main/java
</directory>
<defaultGoal>
compile
</defaultGoal>
</resource>
</build>
</resources>
<defaultGoal>
compile
</defaultGoal>
</build>
</project>
</project>
\ No newline at end of file
src/main/webapp/WEB-INF/manager/cms/article/article_main.ftl
View file @
ed655b6f
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
field
:
'
basicDateTime
'
,
field
:
'
basicDateTime
'
,
title
:
'发布时间'
,
title
:
'发布时间'
,
align
:
'
center
'
,
align
:
'
center
'
,
width
:
9
0
width
:
15
0
}
]
}
]
})
;
})
;
//查询文章标题
//查询文章标题
...
...
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