Apache Maven
What is it?
-----------
Maven is a software project management and comprehension tool. Based on
the concept of a Project Object Model (POM), Maven can manage a project's
build, reporting and documentation from a central piece of information.
Documentation
-------------
The most up-to-date documentation can be found at https://maven.apache.org/.
Release Notes
-------------
The full list of changes can be found at https://maven.apache.org/docs/history.html.
System Requirements
-------------------
JDK:
1.7 or above (this is to execute Maven - it still allows you to build against 1.3
and prior JDK's).
Memory:
No minimum requirement.
Disk:
Approximately 10MB is required for the Maven installation itself. In addition to
that, additional disk space will be used for your local Maven repository. The size
of your local repository will vary depending on usage but expect at least 500MB.
Operating System:
Windows:
Windows 2000 or above.
Unix based systems (Linux, Solaris and Mac OS X) and others:
No minimum requirement.
Installing Maven
----------------
1) Unpack the archive where you would like to store the binaries, e.g.:
Unix-based operating systems (Linux, Solaris and Mac OS X)
tar zxvf apache-maven-3.x.y.tar.gz
Windows
unzip apache-maven-3.x.y.zip
2) A directory called "apache-maven-3.x.y" will be created.
3) Add the bin directory to your PATH, e.g.:
Unix-based operating systems (Linux, Solaris and Mac OS X)
export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH
Windows
set PATH="c:\program files\apache-maven-3.x.y\bin";%PATH%
4) Make sure JAVA_HOME is set to the location of your JDK
5) Run "mvn --version" to verify that it is correctly installed.
For complete documentation, see https://maven.apache.org/download.html#Installation
Licensing
---------
Please see the file called LICENSE.
Maven URLS
----------
Home Page: https://maven.apache.org/
Downloads: https://maven.apache.org/download.html
Release Notes: https://maven.apache.org/docs/history.html
Mailing Lists: https://maven.apache.org/mailing-lists.html
Source Code: https://gitbox.apache.org/repos/asf/maven.git
Issue Tracking: https://issues.apache.org/jira/browse/MNG
Wiki: https://cwiki.apache.org/confluence/display/MAVEN/
Available Plugins: https://maven.apache.org/plugins/
没有合适的资源?快使用搜索试试~ 我知道了~
用户管理模块:
(1)用户注册登录:用户注册为会员并登录校园二手销售网站;用户对个人信息的增删改查,比如个人资料,密码修改。
(2)用户查看商品:用户进行商品信息的阅览,通过发现喜欢的商品后可以购买+评论+收藏。
(3)二手资讯:用户进行资讯的阅览,查看管理者发布的二手资讯信息。
(4)在线留言:用户在留言这一菜单下对用户提交的查看、同时也可以发布留言、评论。
(5)我的订单:用户在提交订单后,可以对提交的订单进行管理。
管理员管理模块:
(1)用户管理:管理员可以对前台上注册过的用户信息进行管控,也可以对管理员信息进行管控。
(2)二手资讯管理:管理员在后台可以对校园二手销售网站中显示的二手资讯信息进行增删改查。
(3)分类列表管理:管理员对校园二手销售网站中商品的分类进行管控。
(4)二手商城管理:管理员对卖家提交的商品订单进行管控。
(5)留言管理:管理员可以对校园二手销售网站中用户提交的留言以及留言的分类进行增删改查。
(6)站点管理:管理员可以对校园二手销售网站中首页显示的轮播图以及系统中的一些公告发布到系统当中,让用户及时的查看到系统信息,进行合理安排。
收起资源包目录
springboot校园二手销售网站(源码+数据库)161417 (611个子文件)
安装maven环境.bat 68B
设置镜像源.bat 62B
运行.bat 31B
安裝sass.bat 16B
运行.bat 13B
安装.bat 12B
安装.bat 11B
运行.bat 11B
无源安装.bat 5B
.browserslistrc 30B
BaseService.class 16KB
UserController.class 8KB
BaseController.class 8KB
OrderController.class 4KB
LoginInterceptor.class 3KB
Order.class 2KB
Goods.class 2KB
Auth.class 2KB
WebAppConfig.class 2KB
User.class 1KB
Forum.class 1KB
Cart.class 1KB
Comment.class 1KB
Article.class 1KB
AddressController.class 1KB
GoodsType.class 1KB
UserGroup.class 1KB
Praise.class 1KB
ArticleType.class 1KB
Hits.class 1KB
ForumType.class 1KB
AccessTokenController.class 1KB
ArticleTypeController.class 1KB
Slides.class 1KB
ForumTypeController.class 1KB
UserGroupController.class 1KB
GoodsTypeController.class 1KB
NavAdminController.class 1KB
CommentController.class 1023B
ArticleController.class 1023B
PraiseController.class 1014B
NoticeController.class 1014B
SlidesController.class 1014B
UploadController.class 1014B
Upload.class 1006B
ForumController.class 1005B
GoodsController.class 1005B
AccessToken.class 1005B
BaseController$1.class 1001B
HitsController.class 996B
AuthController.class 996B
CartController.class 996B
Notice.class 954B
NavAdmin.class 811B
Application.class 798B
FindConfig.class 750B
AddressService.class 668B
BaseEntity.class 571B
ArticleTypeService.class 542B
AccessTokenService.class 542B
GoodsTypeService.class 534B
UserGroupService.class 534B
ForumTypeService.class 534B
NavAdminService.class 530B
CommentService.class 526B
ArticleService.class 526B
NoticeService.class 522B
PraiseService.class 522B
UploadService.class 522B
SlidesService.class 522B
OrderService.class 518B
GoodsService.class 518B
ForumService.class 518B
UserService.class 514B
CartService.class 514B
AuthService.class 514B
HitsService.class 514B
ArticleId.class 405B
mvn.cmd 6KB
mvnDebug.cmd 2KB
m2.conf 220B
diy.css 90KB
base.css 84KB
base.css 83KB
diy.css 21KB
theme.css 13KB
theme.css 13KB
jigsaw.css 2KB
jigsaw.css 2KB
jansi.dll 26KB
jansi.dll 21KB
springboot环境配置.doc 458KB
项目技术开发文档.docx 269KB
项目讲解视频.docx 13KB
前台讲解视频.docx 12KB
前台项目技术开发说明补充.docx 48KB
index.html 611B
index.html 611B
favicon.ico 4KB
favicon.ico 4KB
共 611 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7
资源推荐
资源预览
资源评论
2022-11-03 上传
184 浏览量
104 浏览量
2022-10-17 上传
155 浏览量
2022-10-24 上传
142 浏览量
2024-06-28 上传
5星 · 资源好评率100%
119 浏览量
117 浏览量
5星 · 资源好评率100%
5星 · 资源好评率100%
198 浏览量
2024-10-10 上传
2024-06-24 上传
2024-06-24 上传
5星 · 资源好评率100%
164 浏览量
5星 · 资源好评率100%
128 浏览量
2023-06-08 上传
5星 · 资源好评率100%
110 浏览量
5星 · 资源好评率100%
2023-04-20 上传
190 浏览量
2025-01-08 上传
资源评论
Q_3461074420
- 粉丝: 1w+
- 资源: 530
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 5 薪酬结构统计分析表(依据基本信息自动生成).xlsx
- 4 员工工资表-部门薪酬分析.xlsx
- 8 公司工程部人事薪酬分析.xlsx
- 13 公司人力资源薪酬工资统计表.xlsx
- 7 薪酬市场数据统计分析.xlsx
- 9 公司员工薪酬统计分析表.xlsx
- 10 财务分析员工薪酬统计表.xlsx
- 12 财务报表员工薪酬结算.xlsx
- 11 财务报表员工薪酬分析.xlsx
- 15 薪资情况分析表.xlsx
- 14 薪资筹划财务分析表.xlsx
- 18 财务汇报部门历年薪酬统计图表.xlsx
- 16 月度工资支出数据汇总图表.xlsx
- 17财务报告年度工资统计图表1.xlsx
- 20 工资表-部分统计-图表展示.xlsx
- 21 公司部门工资情况汇报图表模板.xlsx
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功