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/
没有合适的资源?快使用搜索试试~ 我知道了~
springboot基于Spring的游戏商城的设计与实现205856(附源码+数据库)
共604个文件
vue:110个
java:83个
png:73个
需积分: 0 11 下载量 153 浏览量
2022-09-20
10:45:17
上传
评论
收藏 14.65MB ZIP 举报
温馨提示
前台 1.游戏显示模块:游戏缩略图和简单游戏信息及所属分类显示、游戏分类(可按照wegame分类) 查询(可按游戏名精确查询、分类范围查询) 查看游戏页面详情(仿wegame); 2.交易模块:将游戏添加、批量删除购物车、查看订单、取消未支付订单、订单支付; 3.宣传板块:用户每次首次进入商城都会自动弹送广告弹窗(用户可勾选今日不再推送)、活动等相关内容,顶部有轮播栏滚动展示游戏宣发、游戏广告投放、重要资讯等,各项活动、游戏产业最新动态、花絮新闻等; 用户登录(进入网站非必登录):注册(设计实名认证,意思意思,毕竟接入不了公安系统,有那个味道就行) 登录 退出 修改密码(使用功能则提醒登录,不登录无使用功能权限),两类用户:游客,玩家 后台 1.登录界面:管理员登录 2.游戏管理:与前台相同(查询游戏相关信息 查看游戏页面详情) 新添加(添加 删除 编辑详情页 上传新游戏图片) 3. 订单管理:查看用户的订单 选择取消订单
资源详情
资源评论
资源推荐
收起资源包目录
springboot基于Spring的游戏商城的设计与实现205856(附源码+数据库) (604个子文件)
安装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
LoginInterceptor.class 3KB
Auth.class 2KB
WebAppConfig.class 2KB
User.class 1KB
Forum.class 1KB
Comment.class 1KB
Article.class 1KB
Collect.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
NavAdminController.class 1KB
CollectController.class 1023B
ArticleController.class 1023B
CommentController.class 1023B
PraiseController.class 1014B
NoticeController.class 1014B
UploadController.class 1014B
SlidesController.class 1014B
Upload.class 1006B
ForumController.class 1005B
AccessToken.class 1005B
BaseController$1.class 1001B
AuthController.class 996B
HitsController.class 996B
Notice.class 954B
NavAdmin.class 811B
Application.class 798B
FindConfig.class 750B
BaseEntity.class 571B
AccessTokenService.class 542B
ArticleTypeService.class 542B
ForumTypeService.class 534B
UserGroupService.class 534B
NavAdminService.class 530B
CommentService.class 526B
CollectService.class 526B
ArticleService.class 526B
UploadService.class 522B
PraiseService.class 522B
NoticeService.class 522B
SlidesService.class 522B
ForumService.class 518B
UserService.class 514B
AuthService.class 514B
HitsService.class 514B
ArticleId.class 405B
mvn.cmd 6KB
mvnDebug.cmd 2KB
m2.conf 220B
diy.css 96KB
base.css 84KB
base.css 83KB
diy.css 23KB
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
list.html 11KB
view.html 10KB
detail.html 10KB
list.html 9KB
index.html 6KB
index.html 5KB
slides.html 2KB
nav.html 1KB
index.html 1KB
head.html 931B
header.html 710B
index.html 611B
index.html 611B
user_action.html 430B
printing.html 355B
共 604 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7
专业程序开发源
- 粉丝: 6048
- 资源: 386
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0