mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 22:57:17 +08:00 
			
		
		
		
	chore: 移除部分无用 Maven 配置
This commit is contained in:
		| @@ -10,9 +10,6 @@ | ||||
|     </parent> | ||||
|  | ||||
|     <artifactId>continew-admin-common</artifactId> | ||||
|     <packaging>jar</packaging> | ||||
|  | ||||
|     <name>${project.artifactId}</name> | ||||
|     <description>公共模块(存放公共工具类,公共配置等)</description> | ||||
|  | ||||
|     <dependencies> | ||||
|   | ||||
| @@ -10,9 +10,6 @@ | ||||
|     </parent> | ||||
|  | ||||
|     <artifactId>continew-admin-monitor</artifactId> | ||||
|     <packaging>jar</packaging> | ||||
|  | ||||
|     <name>${project.artifactId}</name> | ||||
|     <description>系统监控模块(存放系统监控相关业务功能,例如:在线用户、日志管理等)</description> | ||||
|  | ||||
|     <dependencies> | ||||
|   | ||||
| @@ -10,9 +10,6 @@ | ||||
|     </parent> | ||||
|  | ||||
|     <artifactId>continew-admin-system</artifactId> | ||||
|     <packaging>jar</packaging> | ||||
|  | ||||
|     <name>${project.artifactId}</name> | ||||
|     <description>系统管理模块(存放系统管理相关业务功能,例如:部门管理、角色管理、用户管理等)</description> | ||||
|  | ||||
|     <dependencies> | ||||
|   | ||||
| @@ -10,9 +10,6 @@ | ||||
|     </parent> | ||||
|  | ||||
|     <artifactId>continew-admin-tool</artifactId> | ||||
|     <packaging>jar</packaging> | ||||
|  | ||||
|     <name>${project.artifactId}</name> | ||||
|     <description>系统工具模块(存放系统工具相关业务功能,例如:代码生成等)</description> | ||||
|  | ||||
|     <dependencies> | ||||
|   | ||||
| @@ -10,9 +10,6 @@ | ||||
|     </parent> | ||||
|  | ||||
|     <artifactId>continew-admin-webapi</artifactId> | ||||
|     <packaging>jar</packaging> | ||||
|  | ||||
|     <name>${project.artifactId}</name> | ||||
|     <description>API 及打包部署模块</description> | ||||
|  | ||||
|     <properties> | ||||
|   | ||||
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -19,8 +19,6 @@ | ||||
|     <artifactId>continew-admin</artifactId> | ||||
|     <version>${revision}</version> | ||||
|     <packaging>pom</packaging> | ||||
|  | ||||
|     <name>${project.artifactId}</name> | ||||
|     <description>ContiNew Admin(Continue New Admin)持续迭代优化的前后端分离中后台管理系统框架,开箱即用,持续提供舒适的开发体验。</description> | ||||
|     <url>https://github.com/Charles7c/continew-admin</url> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user