maven
大帅哥牛牛
这个作者很懒,什么都没留下…
展开
-
maven的下载安装以及开发工具中maven的使用
文章目录maven下载maven安装maven本机配置环境变量配置maven设置下载地址(设置本地仓库地址)maven设置国内镜像仓库地址eclipse/myEclipse中maven的配置IntelliJ IDEA中maven的配置本文小结maven下载注意:如果下载3.5版本的maven,那么本机上的java版本要在1.7以上官网下载:http://maven.apache.org...原创 2018-09-18 01:32:51 · 433 阅读 · 0 评论 -
如何使用myEclipse创建一个maven web项目
文章目录创建项目项目测试本文小结创建项目创建项目导入servlet依赖到pom.xml文件打开maven中央仓库地址:maven中央仓库,copy依赖直接拷贝我的代码亦可<dependency> <groupId>javax.servlet</groupId> <artifactId>jav...原创 2018-09-18 01:39:10 · 2055 阅读 · 0 评论 -
入门级springboot使用教程(IDEA零基础搭建springboot项目)
手把手教你使用springboot搭建简单web项目原创 2018-09-15 22:15:56 · 4225 阅读 · 0 评论 -
!!! JUnit version 3.8 or later expected:异常解决
文章目录问题出现情景异常信息解决方式本文小结问题出现情景尝试使用IDEA工具,使用maven搭建javaSE工程时:jdk版本:1.8junit版本:4.10异常信息pom.xml文件内容:错误异常信息:!!! JUnit version 3.8 or later expected:java.lang.ClassNotFoundException: juni...原创 2018-09-22 17:20:56 · 17252 阅读 · 1 评论 -
springboot项目跳转Whitelabel Error Page 404 错误,解决!
文章目录springboot项目跳转Whitelabel Error Page 404 错误,解决!问题情况原因分析springboot项目跳转Whitelabel Error Page 404 错误,解决!问题情况springboot项目启动没有问题,但是通过控制器controller返回跳转页面出现了Whitelabel Error Page错误controller:错误...原创 2018-10-21 21:25:50 · 7600 阅读 · 1 评论 -
Idea开发springBoot 使用 thymeleaf 模板$表达式报红波浪线解决方案
文章目录Idea开发springBoot 使用 thymeleaf 模板$表达式报红波浪线解决方案问题情境问题分析解决方案Idea开发springBoot 使用 thymeleaf 模板$表达式报红波浪线解决方案问题情境IDEA工具开发使用springBoot框架使用thymeleaf模板开发前端页面controller填充数据到model中,并需要在页面显示control...原创 2018-10-21 21:32:35 · 10428 阅读 · 7 评论 -
linux 系统如何安装配置maven
linux 系统如何安装配置maven下载maven命令(maven_3.5.4)wget https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz解压压缩包tar -xzvf apache-maven-3.5.4-bin.tar.g...原创 2019-04-10 16:14:10 · 208 阅读 · 0 评论