4.7.1更新

This commit is contained in:
ms group dev 2019-08-09 22:50:54 +08:00
parent 6d0f70935f
commit ed655b6f12
3 changed files with 103 additions and 102 deletions

File diff suppressed because one or more lines are too long

192
pom.xml
View File

@ -1,96 +1,98 @@
<?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>

View File

@ -87,7 +87,7 @@
field: 'basicDateTime', field: 'basicDateTime',
title: '发布时间', title: '发布时间',
align: 'center', align: 'center',
width: 90 width: 150
}] }]
}); });
//查询文章标题 //查询文章标题