新增新闻模块(新闻分类和新闻资讯),采取多对一的模式,前端富文本新增三个依赖(支持图片拖放与缩放)

This commit is contained in:
sxh
2022-04-09 14:59:05 +08:00
parent e6d67faaf9
commit af30a8d2cd
32 changed files with 3086 additions and 34 deletions

View File

@@ -0,0 +1,27 @@
<?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">
<parent>
<artifactId>wumei</artifactId>
<groupId>com.wumei</groupId>
<version>3.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wumei-news</artifactId>
<description>
新闻模块
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.wumei</groupId>
<artifactId>wumei-common</artifactId>
</dependency>
</dependencies>
</project>