Java 生成范围内的随机数 public class RandomTest {public static void main(String[] args) {int max20;int min10;Random random new Random();int s random.nextInt(max)%(max-min1) min;System.out.println(s);}}参考: http://www.cnblogs.com/xwdreamer/ar…
一、setting.xml文件配置镜像
找到mirrors镜像节点,增加mirror节点,如下所示:
Xml代码 <id>mirrorId</id> <mirrorOf>repositoryId</mirrorOf> <name>Human Readable Name for this Mirror.</name> …
如果网址有红线,AltEnter,选择 Ignored Schemas and DTDs即可。或者CtrlAltS,在Settings中搜索DTDs,锁定Schemas and DTDs,在下面那个Ignored Schemas and DTDs中加入此网址。如忽略网址http://maven.apache.org/plugi…
scope解释的原文: compile This is the default scope, used if none is specified. Compile dependencies are available in all classpaths of a project. Furthermore, those dependencies are propagated to dependent projects. provided This is much lik…
Springboot打jar包报错:Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (checkstyle-validation) on project JqGrid
今天打jar包,点击package后,报错:
Failed to execute goal org.apac…
一、m2eclipse简介 和Nexus一样,m2eclipse也是Sonatype出品的一款开源工具,它基于Eclipse Public License-v.10开源许可证发布,用户可以免费下载并使用,还可以查看其源代码m2 eclipse的官方站点地址为http://m2eclipse.sonatype.o…
通过使用pom文件中配置的参数失败
在yml中使用引入参数失败,报 found character ‘’ that cannot start any token. (Do not use for indentation) 不能识别“” 尝试多种方法包括加单双引号后仍未解决问题,最终发现最终在pom文件中加入添加解析插件发…
Spring Boot的可执行jar包启动原理
Spring Boot来打可执行jar包
如果maven的配置pom里继承了spring-boot-starter-parent的话,就使用下面这种方式,直接添加打包插件。 <parent><groupId>org.springframework.boot</groupId><arti…
使用 mvn release:clean release:prepare 报如下错误:
You dont have a SNAPSHOT project in the reactor projects list原因是在 pom.xml 文件中没有在 <version/> 标签版本号后缀没加上 -SNAPSHOT <version>0.0.19</version>改成如下即可&…
我们maven项目结构如下: 使用相对路径来读取resources目录下的资源文件
InputStream in new InputStream(new File(“src/main/resources/car.txt”));这样在本地运行的时候,是能正常读取到的,不会报错,但是如果打成jar包&…
maven deploy 已存在的包的时候出现 400 错误
Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project PRIME_SMM_APIService: Failed to deploy artifacts: Could not transfer artifact com.prime.smm.apiservice:PR…
依赖更新后,pom文件报错:Element ‘project’ cannot have character [children], because the type’s content type is element-only
问题:更新代码后,pom文件一直出现该问题 解决方案:
网上查的说是有空格&#…
1. 配置
1.1 参考:http://maven.apache.org/surefire/maven-surefire-plugin/ 1.2 配置: <!-- The Surefire Plugin is used during the test phase of the build lifecycle to execute the unit tests of an application. --><plugin><…
文章目录摘要情况1:Nacos报错情况2:IllegalStateException: Incompatible fallbackFactory instance情况3:idea编译java文件错误 非法字符: \ufeff情况4:No URLs will be polled as dynamic configuration sources情况5࿱…
前情提要
Merge multiple jar/aar file into single jar/aar, so no maven transitive.
场景是有个需求,需要输出一个sdk出去。 但是项目在前几篇博客的背景下,我已经实现了部分功能上gitlab maven了。 https://yeshen.blog.csdn.net/article/details/…
Spring IOC Bean标签属性介绍(内含教学视频源代码)
教学视频源代码下载链接地址:https://download.csdn.net/download/weixin_46411355/87442649 目录Spring IOC Bean标签属性介绍(内含教学视频源代码)教学视频源代码…
idea右侧maven出现多个root根节点,删除报错:You can not remove xxxx because its imported as
问题截图: 出现这种问题后,网上查到的方法很多,但是都不对解决方法: 将Group Modules选中即可,…
在maven项目使用clean命令和其他命令,都报:找不到或无法加载主类 在导入一个新的项目到Idea中一直无论maven使用什么命令均报错,都显示:找不到或无法加载主类, Process terminated。在网上找了很多帖子都解决不了&…
这种报错的原因有很多种,我这里写出一种,以后在补充 IDEA 默认不会编译源码文件夹中的 XML 文件,可以参照以下方式解决 在pom.xml添加如下
<resources><resource><!-- xml放在java目录下--><directory>src/main/java</directory><…
idea报错
java.lang.RuntimeException: org.codehaus.plexus.component.repository.exception.ComponentLookupException: com.google.inject.ProvisionException: Unable to provision, see the following errors:1) Error injecting constructor, java.lang.NoSuchMethodErr…
问题索引1. 报错的时候,首先检查eclipse属性配置是否正确2. Eclipse中SpringBoot项目pom.xml文件报UnKnown的解决方案3. 编译时出错:[WARNING] The requested profile "pom.xml" could not be activated because it does not exist.4. maven项…
Maven Element ‘dependencies’ cannot have character [children], because the type’s content type is element-only
这是因为你拷贝的依赖坐标中存在特殊字符,但这个字符再 eclipse 或者是 idea 中没有显示出来,你可以把依赖坐标拷贝至记事本 或者…
Dont you just love discovering new treasures?! Today I stumbled upon a Google/ex-Urchin javascript - urchin.js. Scrolling down the file with no apparent purpose in mind, I though I saw some >> and <<s. A second look? Yep, these do look like b…
介绍:由于我们的项目是多模块开发项目,在打包时有些模块内容更新导致其他模块在引用该模块时不能正确引入。
情况一:找不到符号
情况一:找不到包
错误代码部分展示:
Failure to find com.xxx.xxxx:xxx:pom:0.5 in …
eclipse中使用maven插件的时候,运行run as maven build的时候报错 -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script match.
可以设一个环境变量M2_HOME指向你的maven安装目录 M2_HOMED:\Ap…
编译Maven项目时报错,was cached in the local repository, resolution will not be reattempted until the update interval of local-nexus-mirror has elapsed or updates are forced
错误信息:
[ERROR] Failed to execute goal on project platfor…
声明自定义注解使用 interface 关键字(interface 关键字前加 符号)实现。定义注解与定义接口非常像,如下代码可定义一个简单形式的注解类型。
// 定义一个简单的注解类型
public interface Test {
}
上述代码声明了一个 Test 注解。默认情…
报警告:dependencies.dependency.systemPath for A:jar should not point at files within the project directory, ${basedir}/libs/A.jar will be unresolvable by dependent projects
将basedir改成pom.basedir。或者安装本地包到Maven本地仓库,不使…
在Eclipse/MyEclipse 下用maven编译时,失败,提示 :
Please ensure you are using JDK 1.4 or above and not a JRE (the com.sun.tools.javac.Main class is required).
问题原因: Eclipse/MyEclipse默认是使用jre作为运行环境,…
在Maven编译或打包项目时,出现了
*****Test*** There are test failures解决方法:
当使用的是Idea时, 选中 skip TEST 按钮,再次进行编译即可。 当时用的Eclipse时, 在debug Configurations 中选择你项目的Maven b…
<mirror><id>maven-net-cn</id><name>one of the central mirrors in China</name><url>http://maven.net.cn/content/groups/public/</url><mirrorOf>central</mirrorOf>
</mirror>上面的现在好像不能用了&#…
Maven这个个项目管理和构建自动化工具,越来越多的开发人员使用它来管理项目中的jar包。本文仅对Eclipse中如何安装、配置和使用Maven进行了介绍。完全step by step。 如果觉得本文对你有用,请移步到:http://download.csdn.net/detail/qjyong/…
什么是Maven
Apache 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.
以上就是官网的描…
问题:
A problem occurred evaluating project :javassist.
> Plugin with id maven not found.
Caused by: org.gradle.api.plugins.UnknownPluginException: Plugin with id maven not found.原因:
Android Studio 升级到Arctic Fox版本后&#x…
在运行的maven的构建的项目之后,提示了错误的信息No goals have been specified for this build。 进行运行项目的构建,然后进行选择为run as即可 这样就会弹出了下一级的菜单中进行选择为“maven build”的选项 然后在goals中进行输入为compile中即可&a…
错误:until the update interval of nexus-releases has elapsed or updates are forced 之前是先往nexues本地库里上传了jar文件(从文件系统里传的,而不是从nexues界面上传的),有些文件nexues从中央仓库里下载不到,本人从别处拷…
一、Spring Boot 简介
Spring Boot 的设计目的是用来简化新 Spring 应用的初始搭建以及开发过程
Spring Boot 的优点:
强大的自动化配置,很少配置就能运行一个完整的 Java EE 应用,大大提高了开发效率易于与三方库整合,几乎可以…
一、从Maven模板创建Web项目
creat new project,选择从maven模板创建 二、给项自己命名 选择重写setting文件和仓库地址(setting中写了镜像),添加archetypeCatalog internal属性,以提高后面的加载速度。参考https://…
引用Failure to transferorg.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 fromhttp://repo1.maven.org/maven2 was cached in the local repository,resolution will not be reattempted until the update interval ofcentral has elapsed or updates are forced碰到…
maven-compiler-plugin complierArgs is not allowed here
问题 IEDA 报红complierArgs is not allowed here 解决方案
如果maven插件maven-compiler-plugin参数complierArgs报红,可以尝试将插件版本更新到3.7.0版本以上
Maven下载源码出现:Cannot download sources Sources not found for org.springframwork…
最近重装了IDEA再次查看源码时发现总是报错,网上找了很多,发现解决方法都是在项目终端执行如下命令:
mvn dependency:resolve -Dclassi…
echo off
set REPOSITORY_PATHD:\WorkSpace\maven\mavenrepository
rem 正在搜索...
for /f "delims" %%i in (dir /b /s "%REPOSITORY_PATH%\*lastUpdated*") do (del /s /q %%i
)
rem 搜索完毕
pause将上面写入txt文件,再把后缀改成bat 提供一…
问题位置:使用mevan加载项目时 问题详情:Could not transfer metadata org.apache.maven.plugins:maven-archetype-plugin/maven-metadata.xml 问题原因:缺少证书 解决方案: VM Option处添加: -Dmaven.wagon.http.ssl…
今天使用tomcatmavenSpringMVC搭建项目进行跨服务器上传文件时候出现两个错误。 报错①如下
HTTP Status 500 – Internal Server Error
Type Exception ReportMessage Request processing failed; nested exception is com.sun.jersey.api.client.UniformInterfaceException:…
背景 新公司新项目, 同事拷给我maven的setting配置文件, 跑项目编译发现maven报 Cannot connect to the Maven process. Try again later. If the problem persists, check the Maven Importing JDK settings and restart IntelliJ IDEA
虽然好像不影响, 项目最终还是能跑起来…
我们在工作开发中经常可以不需要同步的任务,会降低性能,这个时候可以使用mq,也可以使用Async异步注解,我们需要一下配置:
1.在启动类加上EnableAsync注解
SpringCloudApplication
EnableAsync
public class Dabaimao…
下载maven项目之后,发现pom文件报错,Failed to read artifact descriptor for org.apache.commons:commons-dbcp2:jar:2.7.0
找到“maven project”中报错的jar文件,右键,点击“download source and documention” 下载完成后&am…
一、介绍 [1] This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies. maven-plugin-shade 插件提供了两个能力:
把整个项目…
文章目录 1、什么是maven官网下载地址 2、发展历史3、Maven的伟大发明 1、什么是maven
Apache 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…
参考文件:maven - What is the difference between M2_HOME and MAVEN_HOME - Stack Overflow
MAVEN_HOME适用于 Maven 1,M2_HOME适用于 Maven 2 及更高版本。
Maven 2 是对 Maven 1 的完全重写,并且不向后兼容。拥有两个不同的_HOME变量意…
总结/朱季谦
业余在一个SpringBoot项目集成Swagger2时,启动过程一直出现以下报错信息——
An attempt was made to call a method that does not exist. The attempt was made from the following location:
springfox.documentation.schema.DefaultModelDepe…
一. 下载IDEA编辑器
下载地址:Download IntelliJ IDEA – The Leading Java and Kotlin IDE 选中免费开源的社区版本 创建桌面图标和添加安装路径到系统变量,其他的默认安装即可。 二. 配置Maven环境
分为局部配置和全局配置
1. 局部配置maven环境
…
Maven(一):什么是Maven?前言一、为什么要学习Maven?1、Maven 作为依赖管理工具1.1 jar 包的规模1.2 jar 包的来源1.3 jar 包之间的依赖关系2、Maven 作为构建管理工具2.1 你没有注意过的构建2.2 脱离 IDE 环境仍需构建…
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project eureka: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
分析:[错误…
进入maven仓库:输入下面两条命令,就ok了
del /s *_remote.repositories
del /s *.lastUpdated附送内外解决方法:https://blog.csdn.net/weixin_42420249/article/details/81191861
昨天 在 Idea 导入了 Eclipse 的项目,练习一下 Idea 的打包方式,第二天 启动 就出现了如下错误。
Description:Failed to configure a DataSource: url attribute is not specified and no embedded datasource could be configured.Reason: Failed to …
切换git分支后之前的项目突然报错 ,好多文件提示Cannot resolve symbol xxxx。但该文件没有做过任何改动,一直都在,尝试了几种办法,都没有效果,真让人头大。最后将报错文件copy出去,项目删除该文件后重新添…
Q:eclipse中maven项目,添加好依赖后,修改了pom.xml文件出现如下错误:
Project configuration is not up-to-date with pom.xml. Select: Maven->Update Project... from the project context menu or use Quick Fix.Sÿ…
引入Dubbo工程错误处理 1: Syntax error on token "Invalid Regular Expression Options", no accurate correction available queryjQueryJQUERYJqueryJQueryjquery报错jsJSJsmyeclipseMyEclipseMyeclipse1、选中报错的jquery文件“jquery-1.2.6.min.js”。 右…
springboot 项目编译报错 报错信息如下
Description:Field blogArticleService in com.xgc.controller.BlogArticleController required a bean of type com.xgc.service.IBlogArticleService that could not be found.Action:Consider defining a bean of type com.xgc.serv…
maven打包或者导入依赖的时候报错:Failed to execute goal on project xxxx
[ERROR] Failed to execute goal on project actuator-testbed: Could not resolve dependencies for project org.springframework:actuator-testbed:jar:0.1.0: Failed to collect depe…
新建MAVEN项目没有web.xml问题
刚刚新建的maven项目就报错 错误是:web.xml is missing and is set to true 说明刚刚新建的maven项目没有web.xml,所以报错。
解决办法如下:
先右键选择项目 —>Properties 选择Project Facets —>先把 Dynamic W…
ssm分模块项目搭建图解过程主要过程1.在IDEA环境下开始一个新的工程,选择Maven,不用点击Create from archetype的对勾。点击Next. 填入如下的GroupId和ArtifactId(可自选填)继续工程的创建,命名Project name点击Finish…
这是一篇来自于google的文章,对于java开发者来说很实用,尤其是容器天下的时代。值得仔细阅读。 引自
Containers are bringing Java developers closer than ever to a “write once, run anywhere” workflow, but containerizing a Java application …
intellij IDEA— 报inspects a maven model for resolution problem 第一种解决办法: 找到pom.xml , 右击 --> Maven --> reImport 第二种解决办法: 但是我导入ITOO项目的时候,每个模块导入没有问题,一旦导入pa…
Spring MVC常用POM.xml http://www.tuicool.com/articles/eA3iqiv <properties><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><org.springframework.version>版本号</org.springframework.version><mysql.jdbc.versio…
EhCacheManagerFactoryBean attribute -- shared 错误提示: Another unnamed CacheManager already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following: 1. Use one of the CacheManager.create()…
idea springboot项目开启热部署DevTools1、添加DevTools依赖包到工程的pom文件中2、添加插件到工程的pom文件中3、开启idea的自动编译选项4、注册工程的允许热部署5、重启ideaidea开启工程的热部署可以让我们在每次改动代码之后能自动重启生效,而不需要手动关闭重启…
1 Translation - 翻译
1.1 下载与安装
1.1.1 下载 1.2 使用
1.2.1 显示翻译对话框
Windows - Ctrl Shift OMac OS - Control Meta I 1.2.2 翻译
Windows - Ctrl Shift YMac OS - Control Meta U 1.2.3 提示对话框翻译 2 Lombok
Lombok框架插件,根据注…
springboot介绍
springboot是用来整合框架的 相当于生活中的:买房子,买精装修好的,提箱入住就行了,里面什么东西都已经配置好了。 Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始…
1.maven库里有垃圾文件
windows:进入maven路径下执行以下步骤 删除*.lastUpdated文件 for /r %i in (*.lastUpdated) do del %i删除*_remote.repositories文件 for /r %i in (*_remote.repositories) do del %i删除*_maven.repositories文件 for /r %i in (*_maven.repositori…
idea中Maven报错Unable to import maven project: See logs for details问题的解决方法。
在查看maven的环境配置和idea的maven配置后,发现是idea 2020版本和maven 3.9.3版本的兼容性问题。在更改为Idea自带的maven 3.6.1版本后问题解决,能成功下载jar包…
文章目录问题分析和解决问题
使用maven编译项目时,出现下面的错误:
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:注释处理程…
文章目录项目场景问题描述原因分析解决方案项目场景
JDK 11 问题描述
Maven项目本地编译时,编译日志中出现下面的warning提示:
[WARNING] The POM for com.alibaba:druid:jar:1.2.6 is invalid, transitive dependencies (if any) will not be availa…
Please refer to XXXXX for the individual test results._zhizhiqiuya 错误原因: 项目开发中没有编写测试,打包过程中test检测错误 解决方案: 跳过测试单元 修改pom文件 <build><plugins><!-- maven 打包时跳过测试 -->…
1. 异常现象
启动springboot项目,抛出警告信息:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/quanll5/Documents/java_repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.j…
问题描述 expected START_TAG or END_TAG not TEXT (position: TEXT seen … 原因分析
由于我们复制 pom.xml 过程中,空格的格式不规范,或者格式有问题,maven 会出现加载错误,导致我们的 jar 包也不能正确导入而报红 解决方案
只…
错误信息:
parent.relativePath of POM io.renren:renren-fast:3.0.0 (D:\renren-fast\pom.xml) points at com.gwh:gulimall instead of org.springframework.boot:spring-boot-starter-parent, please verify your project structure引入人人开源的后台管理系统&…
问题一:idea同步jar包提示“Could not find artifact org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:pom:2.1.0.M4 in aliyunmaven”错误;
问题二:本地有maven依赖,idea却扫描不到;…
Spring 原理
它是一个全面的、企业应用开发一站式的解决方案,贯穿表现层、业务层、持久层。但是 Spring仍然可以和其他的框架无缝整合。
Spring 特点 轻量级 控制反转 面向切面 容器 框架集合 Spring特征
Spring 核心组件 Spring 常用模块 Spring 主要包 Spring …
一、 mvn -U 说明 -U,--update-snapshots Forces a check for missing releases and updated snapshots on remote repositories
意思是:强制刷新本地仓库不存在release版和所有的snapshots版本。
对于release版本,本地已经存在,则不会重复…
在终端中输入:
mvn dependency:resolve
然后 解决了部分问题
Plugin org.apache.maven.plugins:maven-jar-plugin:3.1.0 not found 改为3.3.0了
Plugin maven-source-plugin:3.3.0 not found
改为 2.4 了 版本下降了 感觉后继有坑 待观察
一、问题描述:编译项目时mvn install出现报错:Failed to execute goal on project xxx-mybatis: Could not resolve dependencies for project com.xxx:xxx-mybatis:jar:0.0.1-SNAPSHOT: Could not transfer artifact org.mybatis:mybatis:jar:3.4.5 fro…
报错信息
org/springframework/boot/maven/RepackageMojo has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
解决方法
是因为pring-boot-mav…
Maven仓库清除remote.repositories、lastUpdated、sha1脚本
1. 脚本功能
清除本地maven仓库的_remote.repositories、sha1、lastUpdated的文件
2. 脚本内容
set REPOSITORY_PATH%cd%
rem 搜索中...
for /f "delims" %%i in (dir /b /s "%REPOSITORY_PATH%\*…
gradle4.6版本, gradledemo01
2023-02-26,
一 项目建立
1.1 idea配置gradle
setting→Build,Execution,Deployment→Build Tools→Gradlegradle user home :下载文件的路径
user gradle from :选择本地的gradle路径
gradle jvm:选择本地jdk二 文件详…
idea Maven Helper插件使用方法 文章目录 idea Maven Helper插件使用方法📆1.安装mavenhelper🖥️2.使用教程📌3.解决冲突📇4.列表展示依赖🧣5.tree展示依赖🖥️6.搜索依赖🖊️7.最后总结 &…
文章目录 小结问题解决AWS ECR (Elastic Container Registry)的登录问题 pull access denied for jdk, repository does not exist问题 Could not acquire image ID or digest following builddockerfile-maven-plugin 使用 参考 小结
本文记录使用Dockerfile Maven Plugin 将…
报错内容:Invalid packaging for parent POM com.liun:KnowledgeGuide:1.0-SNAPSHOT (D:\gitcangku\KnowledgeGuide\KnowledgeGuide\pom.xml), must be "pom" but is "jar" 打包无效,必须是“pom”但为“jar”
发生场景:…
搭建Maven私服以及私服的配置什么是私服?搭建私服环境1.下载nexus2.安装与卸载nexus3.启动nexus4.nexus配置文件说明5.浏览器访问6. nexus的仓库7.将项目发布到私服8.从私服下载jar包9.将第三方 jar 包放入本地仓库或私服什么是私服? 公司局域网内搭建的…
依赖 <!--websocket--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-websocket</artifactId></dependency>配置类
Configuration
public class WebSocketConfig {Bean //方法返回值交…
在 Windows 系统上配置 IntelliJ IDEA 以使用 Maven 需要遵循几个步骤。Maven 是一个流行的项目管理和构建自动化工具,它可以帮助开发者管理项目的依赖、构建和部署。IntelliJ IDEA 提供了对 Maven 的内置支持,使得配置过程变得相对简单。以下是详细的配…
一、Arrays类
1.1 Arrays基本使用
Arrays是操作数组的工具类,它可以很方便的对数组中的元素进行遍历、拷贝、排序等操作。
下面我们用代码来演示一下:遍历、拷贝、排序等操作。需要用到的方法如下: public class ArraysTest1 {public stat…
maven 打包异常记录 我们可以看看一个重要的异常:
dependencies.dependency.(groupId:artifactId:type:classifier) must be unique: org.springframework.boot:spring-boot-starter-test
经过检查pom文件 果然是spring-boot-starter-test引用重复,平…
文章目录Windows下清理maven仓库中的lastUpdated文件1、新建后缀名为.bat的文件,增加以下内容2、使用管理员权限运行3、执行效果Windows下清理maven仓库中的lastUpdated文件
1、新建后缀名为.bat的文件,增加以下内容
echo off
set REPOSITORY_PATHE:\…
maven项目在打包到本地仓库时 出现此错误:plugins:maven-install-plugin:2.4:install (default-cli) on project demo: The packaging for this project did not assign a file to the build artifact 原因:使用的是Plugins中的插件,但没有在…
1.http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-mavenarchiver/0.17.2/N/LATEST/ (更新于2018年4月18日17:07:53)PS:点击 next 前,将 eclipse Install 窗口右下角的 Contact all update sites during install to find required …
前言
该文章为我新使用idea这个开发工具的时候遇到的一些问题,由于以前是使用eclipse开发的。可能一些问题在大家看来比较简单,但是遇到了,自己上网解决总是好的。
内容
。。。。is under Git, but is not registered in the Settings. 这…
gdata如果您想使用YouTube API v2在Android设备上搜索YouTube上的内容,建议的方法是使用gdata-http-client java包。 但是,这要求您解析自己返回的XML,并进行导航。 原因是开箱即用的YouTube API v2 Java库在Android上不起作用。 这是由于对j…
报错信息:
Multiple annotations found at this line: - Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-sdetools-plugin:1.0.0:generate-script (execution: generate-script, phase: compile) - Plugin execution …
本文使用Maven插件来自动生成一个 Version.java 类,可以在Java代码中使用里面对应的常量,获取当前版本号和构建时间。
Maven编译后自动生成的 Version.java 文件内容如下所示:
package com.shanhy.demo;public final class Version {public…
Ant 相信大家都不陌生,你可以把它理解为使用 xml 格式描述的一系列命令处理工具。它是一种基于Java的build工具。理论上来说,它有些类似于(Unix)C中的make、有些类似于基于shell命令编写的sh脚本文件。Ant 用 Java 的类来扩展。&a…
maven加速
添加阿里镜像仓
<?xml version"1.0" encoding"UTF-8"?><!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additi…
问题:开发过程中一切正常,但在打包后,使用java -jar运行jar包时报错 Exception in thread "main" java.lang.UnsupportedClassVersionError: org/springframework/boot/loader/JarLauncher has been compiled by a more recent ver…
构建maven工程时,配置了阿里云的前提下,依旧使用中央仓库下载依赖导致失败的问题!!!
错误提示信息:
Cannot download ZIP distribution from https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3…
Android Studio Giraffe 添加 maven { url “https://jitpack.io” }报错
settings.gradle.kts:13:21: Unexpected tokens (use ; to separate expressions on the same line)解决方法
新版maven写法发生了改变:
maven { url uri("https://jitpack.io"…
idea 终端执行如下命令时
mvn clean install -Dmaven.skip.testtrue报:
Unknown lifecycle phase ".skip.testtrue". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or
<plugin-group-id&…
报错[ERROR] Failed to execute goal on project pdms-services: Could not resolve dependencies for project ..... 在IDEA ----> setting ---->Remote Jar Repositories ----> Maven jar repositories中添加远程仓库的http地址。 再次进行maven的clean和install就好…
问题描述:
在进行创建maven工程自动导入对应的依赖或者执行 mvn install 时提示如下的错误信息:
Could not transfer artifact xxx from/to xxx
无法解析 Failure to transfer *** from *** was cached in the local repository, resolution will not…
前言
略
说明
新设备上安装了mvn 3.8.5,编译新项目出错:
[ERROR] Non-resolvable parent POM for com.admin.project:1.0: Could not transfer artifact com.extend.parent:pom:1.6.9 from/to maven-default-http-blocker (http://0.0.0.0/): Bl…
前言
maven多模块类型的项目,在Java的中大型应用中非常常见, 在 module 很多的情况,经常会出现各种各样的编辑依赖错误问题,今天记录一种比较常见的 case :
A 子模块依赖 B 子模块,在 Terminal 上终端上 …
https://maven.apache.org/ref/
官方文档的模板
官方文档模板3.9.6版
https://maven.apache.org/ref/3.9.6/maven-settings/settings.html
The default location for the settings file is ~/.m2/settings.xml <settings xmlns"http://maven.apache.org/SETTINGS/1…
使用Java提供的流API提升代码质量,此次分享排序
先上示例代码,如下
import lombok.Data;Data
public class User {private String name;private Integer age;private Integer schoolNumber;
}写一个main,需求:按照年龄ÿ…
脚本
#安装java#!/bin/bashif type -p java; thenecho "Java has been installed."else#2.Installed Java , must install wgetwget -c https://repo.huaweicloud.com/java/jdk/8u151-b12/jdk-8u151-linux-arm64-vfp-hflt.tar.gz;tar -zxvf ./jdk-8u151-linux-arm6…
Maven 的主要作用
我们使用 Maven 最主要的就是使用它的依赖管理功能。当 A jar 包用到了 B jar 包中的某些类时,A 就对 B 产生了依赖,那么我们就可以说 A 依赖 B。
依赖管理中要解决的具体问题:
jar 包的下载:使用 Maven 之后…
1、在pom.xml中添加tomcat7插件 <build><!-- Embedded Apache Tomcat required for testing war --><plugin><groupId>org.apache.tomcat.maven</groupId><artifactId>tomcat7-maven-plugin</artifactId><version>2.2</ver…
如果执行以下命令失败,先把mvn的-q参数去掉,让错误输出到控制台。 《idea配置优化、Maven配置镜像、并行构建加速打包、解决maven打包时偶尔几个文件没权限的问题》下面的使用company-repo私有仓库和阿里云镜像仓库同时使用的配置参考。
bat
echo off
…
project下的build.gradle: // Top-level build file where you can add configuration options common to all sub-projects/modules.
// 注意jdk版本需要17以上,因为8.1.3的gradle需要jdk17以上
//plugins {
// id com.android.application version…
继续使用上一篇分享的RestTemplate工具发送get请求示例
请求参数封装
Data
public class ClientCertificateDto {//企业编码private String companyCode;//企业唯一的标识private String uniqueCompanySign;//企业名称private String companyName;
}请求方式 get,…
目录
🌼1. 配置maven环境
🌼2. 创建maven项目
🌼3. 创建maven项目完整示例
a. 导入spring boot环境
b. 修改maven配置
c. 下载jar包
d. 创建Java类 🌼1. 配置maven环境 【安装指南】maven下载、安装与配置详细教程-CSDN博客…
因为现有的3.8版本与IDEA不兼容,我需要下载3.6版本,但是官网的位置非常隐蔽,找了很多资料才看到。故记录一下。
第一步 进入网址,选择需要的版本
Index of /dist/maven/maven-3 第二步 选择binaries 第三步 选择zip文件下载就可…
一、Spring框架的概念
Spring框架,即Spring Framework,其是一个JavaEE开源的轻量级别的框架,它是 Spring 技术栈的核心和基础。
Spring 有两个核心部分: IOC 和 AOP。
IOC(Inverse of Control 的简写)&a…
目录1.首先下载maven拉取到服务器2.解压maven并进入解压文件修改setting.xml2.拉取jdk18到服务器并解压3.将jdk还有maven移动到jenkins的挂载目录4.进入jenkins容器5.在jenkins的全局配置中配置jdk与maven6.jenkins安装插件 Publish Over SSH7.jenkins服务器创建一个jar包存放目…
Spring入门学习 文章目录Spring入门学习Spring概述Spring FrameworkIOCIOC容器DIIOC容器的实现类①FileSystemXmlApplicationContext②ClassPathXmlApplicationContext基于XML管理bean入门案例创建类创建xml在Spring配置文件中配置bean测试Spring概述 Spring 是最受欢迎的企业级…
说明 翻译maven-war-plugin插件的部分内容 官方地址为:https://maven.apache.org/plugins/maven-war-plugin/index.html Overview 概述 Introduction 介绍 Apache Maven WAR Plugin apache maven war 插件 The WAR Plugin is responsible for collecting all artifa…
记录一次解决Maven问题的坑目录概述需求:设计思路实现思路分析1.一步步的解决问题比较方法2.后来感觉和这个没关系3.最后查询资料拓展实现性能参数测试:参考资料和推荐阅读Survive by day and develop by night. talk for import biz , show your perfec…
环境:maven项目,使用Nexus私服,jenkins实现代码的编译和打包。
问题分析思路:某周末前,jenkins上的编译打包任务一直正常工作,但周末后突然所有项目都编译失败,报错很一致都是Could not find a…
一、前沿
lombok是什么? Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your class has a fully featured buil…
一:the selection cannot be run on any server
问题描述:项目不能装载到tomcat上,选定的项目不能在任何服务器上运行 原因分析:因为Module的版本号高于tomcat的版本号,即使是tomcat9.0也不匹配。 问题解决:降低Mo…
maven-help-plugin的插件使用总结1. 功能描述2. 所有goals3. 常用场景官网地址:
http://maven.apache.org/plugins/maven-help-plugin/index.html1. 功能描述
官网介绍:
The Maven Help Plugin is used to get relative information about a project or the system.
It can…
[sizelarge]今天在用maven打包spring-boot项目时,报了如下的一个异常:[/size][ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.7:resources (default-resources) on project search-zk-increment-monitor: Mark inva…
maven 打包karaf 4.0 x features
<dependency><groupId>org.apache.karaf.features</groupId><artifactId>framework</artifactId><type>kar</type><version>4.0.2</version></dependency><dependency><…
前情提要
由于特殊原因,官方maven库经常连接失败,所以很多maven都配置了阿里云的镜像。但是阿里云的镜像里有很多依赖都没有,这时候如果你的项目需要这些依赖,就会导致编译失败。
1. 问题1
描述: This failure was …
环境:eclipse luna
new maven project, 选择默认workspace location, 选择archetype-quickstart, 然后设置groupId、artifactId、version,这里artifactId就是工程目录的名字。
此时生成的工程还不是一个web工程&a…
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
解决方法
问题是将JRE作为JDK使用了,解决办法是安装JDK,并将JDK设置到Installed JREs中
图示 错误堆栈
[ERROR] Failed to execute goal org.a…
Spring
Spring 是什么?
Spring 是于 2003 年兴起的一个轻量级的,IOC 和 AOP 的 Java 开发框架,它 是为了简化企业级应用开发而生的。
Spring 优点
轻量级:Spring框架使用的jar都比较小,一般在1M以下或者几百kb。Spring 核心功能所选的ja…
使用maven的pom.xml的导包 spring ioc和aop导的包,版本号可自行修改 ioc要导四个基础的包 <dependency><groupId>org.springframework</groupId><artifactId>spring-core</artifactId><version>4.2.4.RELEASE</version>&…
maven报错Blocked mirror for repositories解决方案
maven报错Blocked mirror for repositories解决方案
关键报错信息
Could not resolve dependencies for project XXXCould not transfer artifact XXXBlocked mirror for repositories XXX 基本出现在mvn package的时候&a…
Jenkins Docker Maven Windows 一键部署 Spring Boot 程序到远程 Linux 服务器 文章目录 Jenkins Docker Maven Windows 一键部署 Spring Boot 程序到远程 Linux 服务器一、准备1、环境2、基本流程准备步骤基本思路 3、相关命令4、Dockerfile 文件5、配置远程服务器、安装…
一.引言
在没有 maven 公库且需要任务协作时,项目需要导入现成的 jar 包,有两种方案,一种是一劳永逸型:即将 jar 包打入本地 maven 环境这样后续其他项目也可以使用,还有一种是只对当前项目生效,即将 jar …
一.问题说明
1.springboot多环境可以由spring.profiles.active来控制测试、生产等环境
2.通过pom.xml中的maven配置来控制springboot的多环境
3.如果报下面异常,需要在idea的maven窗口reload
org.yaml.snakeyaml.scanner.ScannerException: while scanning for the…
Missing library: xdoclet-1.2.1.jar. Select the home directory for XDoclet. 1.2.1 这个错误的含义是缺少依赖的xdoclet-1.2.1.jar架包,这个架包不一个,是一个架包文件夹,解决的思路如下: 免费的下载地址 https://nchc.dl.…
Multiple annotations found at this line:
javax.servlet.jsp.PageContext cannot be resolved to a typejavax.servlet.jsp.PageContext cannot be resolved to a type 解决办法:到tomcat的lib目录下面找到这个包,然后在eclipse中,右击项目…
cls ECHO OFF SET CLEAR_PATHD: SET CLEAR_DIRD:\MAVEN\repository color 0a TITLE ClearLastUpdated For Windows GOTO MENU :MENU CLS ECHO. ECHO. * * * * ClearLastUpdated For Windows * * * * ECHO. * * ECHO. * 1 清理*.lastUpdated * ECHO. * * ECHO. * 2 查看*.lastUp…
cannot be cast to javax.Servlet 解决方法出现的bug,在使用maven创建的web项目启动tomcat时,出现了错误排查首先检查servlet是否继承了HttpServlet其次,检查web.xml配置最后问题还是没有解决在翻阅网上资料,发现maven依赖中的与t…
初识Maven Maven的作用
① 自动构建项目
② Jar包的依赖管理
③ 契约编程
Maven的安装与配置
1)下载Maven,并存放在本地磁盘(路径不要有空格或中文字符等) maven资源: 链接:https://pan.baidu.com/s/1xNRNYhAR56L…
1. 依赖传递
依赖关系是可以传递的:已知直接依赖 A → B、直接依赖 B → C,那么可推出间接依赖 A → C
举个例子:
项目本身直接依赖spring-mvc:5.0.5.RELEASE,spring-mvc:5.0.5.RELEASE又直接依赖spring-context:5.0.5.RELEASE…
在 2.3.0 中对 Spring Boot 进行了相当重大的更改,这是使用 Gradle 而非 Maven 构建的项目的第一个版本。
Spring 的每个项目都独立的项目组在开发运营,在用户最常使用的白盒部分(例如 API 设计)保持一致性,对于用户不…
使用<c:forEach></c:forEach>标签,提示Unknown tag (c:forEach).
jsp顶端写入标签
<% taglib uri“http://java.sun.com/jsp/jstl/core” prefix“c” %>
提示:Can not find the tag library descriptor for "http://java.sun…
在使用maven使用package打包的时候有时候会出现如下错误:
There are test failures.
Please refer to XXX/target/surefire-reports for the individual test results这个表示测试失败导致的打包失败,解决方法就是跳过test打包。
1.命令行形式…
cannot change version of project facet dynamic web module to 3.0问题解决
在使用maven编译项目时,发现maven没有将依赖的jar包放到WEB-INF\lib下,查看了一下错误才发现是:cannot change version of project facet dynamic web module to…
解决Maven工程jar包下载
问题描述解决办法
问题描述:(Could not transfer artifact org.mybatis:myb)很大可能由于外网连接慢导致的,因此更换镜像源配置还有修改一些IDEA的配置。
解决办法
setting.xml配置
在setting.xml文件下配置一下…
Hello,大家好,我是进阶的球儿,人称老马。
本篇为大家讲解一下 SpringBoot (Maven版)源码环境搭建的步骤以及一点小心得。
和 Spring 源码环境搭建一样,肯定要先准备好开发环境的建设和 IDEA 的一些环境&a…
文章目录nvmpipnpm配置taobao镜像解决fatal: unable to connect to git://github.com问题解决fatal: unable to connect to github.com问题mavengit设置git账号和密码electrongithubbrew参考资料nvm 打开nvm安装目录,找到settings.txt文件,在最后添加一下…
1.创建maven项目,并引入storm的依赖
<dependency><groupId>org.apache.storm</groupId><artifactId>storm-core</artifactId><version>1.1.0</version></dependency>2.新建NumberSpout.java
public class Number…
了解如何使用 Spring Boot Build Info Maven 插件验证微服务部署,从而提高部署管道的可靠性。 就微服务而言,我们面临着一个独特的挑战:部署容器时,我们无法验证是否已部署具有预期代码的最新容器版本。在部署新功能并且可以在生产…
编译 thingsboard 时报错 Caused by: org.apache.maven.plugin.PluginContainerException: A required class was missing while executing org.thingsboard:gradle-maven-plugin:1.0.11:invoke: org/gradle/internal/service/DefaultServiceRegistry
原因分析及解决办法如下…
目录 前言
一、MyBatis动态SQL
1.动态SQL是什么
2.动态SQL的作用
3.常用动态SQL元素
1. where if 元素
2. set if 元素
3. choose when otherwise 元素
4. 自定义 trim 元素 <1>. 自定义 trim 元素改写上面的 where if 语句
<2>. 自定义 trim 元素改…
🌷🍁 博主猫头虎(🐅🐾)带您 Go to New World✨🍁 🦄 博客首页——🐅🐾猫头虎的博客🎐 🐳 《面试题大全专栏》 🦕 文章图文…
🌷🍁 博主猫头虎(🐅🐾)带您 Go to New World✨🍁 🦄 博客首页——🐅🐾猫头虎的博客🎐 🐳 《面试题大全专栏》 🦕 文章图文…
目录
如何让自己的精力集中
Avoid having multiple tasks and objects in your line of sight
人的脑袋是给自己思考用的
晚上床上想千条路,早上起床还是走原路
参与才会变得更好
共度灾难,是需要互相鼓励的
CFO
Capital
上海各区都有哪些大学?…
现象 在对自建pom依赖组件打包时,出现JAR will be empty - no content was marked for inclusion!错误。 方案 在pom中怎么加packaging标签内容为pom,标识只打包pom文件
<?xml version"1.0" encoding"UTF-8"?>
...<grou…
maven jetty post 上传长度设置 <plugin><groupId>org.eclipse.jetty</groupId><artifactId>jetty-maven-plugin</artifactId><version>9.4.8.v20171121</version><configuration><scanIntervalSeconds>1</scanInter…
作者:Nick Zhu 排版:Alan Wang 大家好,欢迎来到 Visual Studio Code for Java 的 8 月更新!在这篇博客中,我们将为您提供有关反编译器支持的更多改进。此外,我们将展示如何创建没有原型的 Maven 项目以及一…
要使用kebeja解析dxf文件,但是找不到依赖的包,浪费了一些时间,分享给大家
方法1:直接在仓库下载,地址:
Index of /maven/org/kabeja
添加上依赖,刷新maven会报错,把下载的文件放到…
[maven] maven 创建 web 项目并嵌套项目
这里主要就创建另外一个 web 项目,并且创建一个 parent 项目比较方便的管理一下两个子项目。
maven web 项目
web 创建和 quickstart 的过程是差不多的,只不过这里换乘 webapp,配置方便的话可以搞的…
windows环境搭建专栏🔗点击跳转
win系统环境搭建(三)——Windows安装maven 本系列windows环境搭建开始讲解如何给win系统搭建环境,本人所用系统是腾讯云服务器的Windows Server 2022,你可以理解成就是你用的windows10…
文章目录 业务场景错误提示分析过程解决办法 业务场景
settings.xml种配置了私服,但是有些依赖私服上没有,通过同事拷贝过来的。但是用maven打包时报红了。
错误提示
Idea Maven错误:was cached in the local repository, resolution will…
在java项目中,平时我们会执行mvn clean package命令来编译我们的java项目,可是博主今天执行编译时突然报了 processing instruction can not have PITarget with reserveld xml name 这个错,网上也说法不一,但是绝大绝大部分是因…
Maven
Maven 意思是知识的积累者,最初是为了简化 Jakarta Turbine 项目中的构建过程。有几个项目,每个项目都有自己的 Ant 构建文件,它们都略有不同。JAR 被检入 CVS。我们想要一种标准的方式来构建项目,清楚地定义项目的组成&am…
升级新版Android Studio 2022.3.1后发现引入maven报错:
1、报错的日志 ^ Unexpected tokens (use ‘;’ to separate expressions on the same line)。
2、解决问题
2.1 新版本的引入方式:
repositories {maven { url uri("https://maven.aliy…
记一次Maven依赖冲突解决 以zookeeper为例 一、问题描述
当下载zookeeper的2.2.6.RELEASE时,报错 Could not find artifact org.springframework.cloud:spring-cloud-starter-zookeeper-discovery:pom:2.2.6.RELEASE in central (https://repo.maven.apache.org/ma…
在这篇文章中,我们将详细探讨 IntelliJ IDEA 中 Maven 的相关操作。我们将从以下三个角度进行讲解:
IntelliJ IDEA 中 Maven 插件的 "Reimport All Maven Projects" 和 "Generate Sources and Update Folders For All Projects" 按…
maven-plugin-shade 是 Maven 的一个插件,它的作用是将多个 jar 包合并成一个 jar,同时将其中的依赖关系也合并到该 jar 中。这个插件常用于创建可执行 jar 包和打包 web 应用程序。
下面是 maven-plugin-shade 的一些常用配置: 打包的形式&…
moco接口框架介绍
Moco 是一个搭建模拟服务器的工具,其支持 API 和独立运行两种方式,前者通常是在 junit 、testng等测试框架中使用,后者则是通过运行一个 jar 包开启服务
在maven中央仓库中,moco有三个版本,分别是m…
图片转成base64 url , 在我们的工作中也会经常用到,比如说导出 word,pdf 等功能,今天我们尝试写一下。 File file new File("");byte[] data null;InputStream in null;ByteArrayOutputStream out null;try{URL url new URL(&…
<?xml version"1.0" encoding"UTF-8" ?><!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding…
1.报错: Caused by: org.yaml.snakeyaml.scanner.ScannerException:
while scanning for the next token found character that cannot start any token.(Do not use for indentation) 2.解决办法: 在主pom的文件下,重新加载:
springboot引入外包jar包有两种方法:
一、第一种:
点击idea左上角file,然后点击project选择Modules,点击右侧Dependencies,点击右侧加号选择JARs or directories,然后选择要导入的jar包。这种方式,引入ja…
请求参数封装:
Data
public class EmployeePageQueryDTO implements Serializable {//员工姓名private String name;//页码private int page;//每页显示记录数private int pageSize;}请求结果封装:
public class PageResult implements Serializable {…
1、依赖的传递性
#①概念
A 依赖 B,B 依赖 C,那么在 A 没有配置对 C 的依赖的情况下,A 里面能不能直接使用 C?
#②传递的原则
在 A 依赖 B,B 依赖 C 的前提下,C 是否能够传递到 A,取决于 B …
1. 下载源码
git clone gitgithub.com:Nilhcem/FakeSMTP.git 2. mvn package
错误可能如下: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project fakesmtp: There are test failures Tests in error:…
Q:在POM配置Maven plugin出现如下错误:
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:javadocS:m2e在其执行maven的生命周期管理时没有定义该插件,所以提示出…
Nexus私服批量上传jar包脚本
1. 脚本功能
批量上传本地maven仓库到nexus私服仓库中
2. 脚本内容
#!/bin/bash
# copy and run this script to the root of the repository directory containing files
# this script attempts to exclude uploading itself explicitly so t…
此博文主要是描述在Eclipse中使用Maven工具搭建SpringMVC项目,此博文是建立在【JavaWeb开发】Maven的安装配置方法(eclipse)的基础之上。 第一步,新建项目
在Eclipse中依次进行新建项目:File -> New -> Other -…
错误说明:eclipsemaven下java Resoures资源文件夹出现小红叉。
错误提示内容:One or more constraints have not been satisfied. 错误原因: Deployment Assembly跟java版本不匹配,即maven默认编译版本与使用的jdk不匹配。 解决方…
##maven web项目构建异常 ###需求描述: 使用eclipse的 Run as -> maven build,在Goals中输入 package 并运行,提示如下错误: [ERROR] COMPILATION ERROR : [ERROR] No compiler is provided in this environment. Perhaps you …
两个maven是由于安装了两次maven插件,只要删除其中一个就可以了。
删除步骤如下:
1、打开eclipse的help菜单,选择install new software项。2、在弹出的窗口中选择what is already installed,就会弹出所有安装的插件,选…
本文出自:http://blog.csdn.net/hongchangfirst 当我们用hibernate级联对象的时候,有时候为了效率和避免出现缓存问题,不是用eager,使用lazy延迟加载,但是会出现failed to lazily initialize... no session or session was cl…
错误提示
parent.relativePath of POM io.renren:renren-fast:3.0.0 (D:\wzyProjets\gulimail\renren-fast\pom.xml) points at com.wzy.gulimail:gulimail instead of org.springframework.boot:spring-boot-starter-parent, please verify your project structure错误分析 子…
脚本 if type -p mvn; thenecho "maven has been installed."elsecd /home/zenglgwget https://dlcdn.apache.org/maven/maven-3/3.9.5/binaries/apache-maven-3.9.5-bin.tar.gz --no-check-certificatetar vxf apache-maven-3.9.5-bin.tar.gz rm -rf /usr/local/mav…
错误信息:
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? 解决方法:
1、首先,确保JRE 版本正确:
Eclipse:Windows——>Preferences——>Java——>…
AS 编译出现 Compilation error. See log for more details
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ‘:xxx:compileDebugKotlin’
在AS Terminnal 中输入命令:
gradlew compileDebugKotlin --stacktrace
既可以看到具体的错误࿰…
运行mybatis文件时出现了以下的情况
java.io.IOException: Could not find resource mybatis-config.xmlat org.apache.ibatis.io.Resources.getResourceAsStream(Resources.java:114)at org.apache.ibatis.io.Resources.getResourceAsStream(Resources.java:100)at org.apach…
报错讯息 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.casey.mapper.SysRoleMapper.getUserRoleCode at org.apache.ibatis.binding.MapperMethod S q l C o m m a n d . < i n i t > ( M a p p e r M e t h o d . j a v a :…
Could not find artifact com.zst:common:jar:0.0.1-SNAPSHOT in aliyunmaven (https://maven.aliyun.com/repository/public)
maven 子项目 package时候 报错 ,这时候需要将父项目 install 一下,子项目在打包就不报错了
问题1:com.github.everit-org.json-schema:org.everit.json.schema:pom:1.12.1 failed to transfer from http://localhost:8081/repository/maven-public/ during a previous attempt
发现原来是maven的settings.xml文件配置出现了问题。首先是之前maven进阶学习时…
文章目录创建 Spring 项目创建一个 Maven 项目添加Spring框架支持创建启动类和main方法存储 Bean 对象在 Spring 项目中添加配置文件(第一次)创建 Bean 对象将 Bean 对象通过配置文件注册到 Spring 中从 Spring 中将 Bean 读取出来先得到 Spring 上下文用ApplicationContext 来…
在eclipse中安装了m2eclipse(maven插件)
在安装后,出现下列警告:
The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugins are using jars from the JDK.
Please make sur…
解决:启动springboot项目,出现异常:Unable to start web server; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name org.springframework.boot.autoconfigure.web.servlet.ServletWebServe…
起因
最近项目上有做视频业务,方案是使用阿里云的短视频服务,其中也有使用到阿里云的上传SDK,过程中有遇一个上传SDK的内部崩溃,崩溃栈如下:
Back traces starts.
java.lang.NullPointerException: Attempt to invok…
come from : http://www.javaeye.com/topic/240424
用了Maven,所需的JAR包就不能再像往常一样,自己找到并下载下来,用IDE导进去就完事了,Maven用了一个项目依赖 (Dependency)的概念,用俗话说,就是我的项…
Building Java Projects with Gradle This guide walks you through using Gradle to build a simple Java project. What you’ll build You’ll create a simple app and then build it using Gradle. What you’ll need About 15 minutes A favorite text editor or IDE J…
Unable to compile class for JSP的解决方法 目录Unable to compile class for JSP的解决方法情况描述环境报错如图问题分析解决方法总结情况描述
最近在写web项目的时候,发现生产环境中,每次访问jsp页面都会返回HTTP Status 500错误。
环境
idea mav…
Nexus cant find artifact that is in Maven Central(SNAPSHOT) 因为使用的是SNAPSHOT 所以需要将打开自动下载profile,这样对于新产生的SNAPSHOT版本,maven会自动下载,就不会出现SNAPSHOT不能自动下载的问题了。 <snapshots><enabl…
文章目录前言解决方法第一种方法:第二种方法:第三种方法:编程之外前言 IDEA新建项目和pom.xml文件被修改时,右下角都会出现 Maven projects need to be imported(项目需要导入依赖) 如下,点击 …
该文章专注于面试,面试只要回答关键点即可,不需要对框架有非常深入的回答,如果你想应付面试,是足够了,抓住关键点
面试官:Spring Boot 如何实现打包
Spring Boot 可以通过 Maven 或 Gradle 来实现打包,生成可执行的 JAR 文件或 WAR 文件。在 Spring Boot 中,一般使用…
dubbo配置文件报错 在配置dubbo服务的过程中,经常会遇到虽然程序能够跑起来,但是配置文件一堆红叉,虽然不影响功能,但是确实很让人恶心。 报错信息如下: Multiple annotations found at this line: – cvc-complex-typ…
🎊专栏【Maven入门篇】 🍔喜欢的诗句:更喜岷山千里雪 三军过后尽开颜。 🎆音乐分享【The truth that you leave】 🥰欢迎并且感谢大家指出我的问题 文章目录 🍔配置Maven环境⭐方法一(当前工程&…
idea 报红/显示红色的原因
一般报红,显示红色,是因为 idea 在此路径下,找不到这个类。
找到是哪个 jar 包的类导致 idea 报红
点击报红的路径的上一层,进入jar 包。比如:
import com.aaa.bbb.ccc.DddDto;这个 impo…
🎊专栏【Maven入门篇】 > 🍔喜欢的诗句:更喜岷山千里雪 三军过后尽开颜。 > 🎆音乐分享【The truth that you leave】 > 🥰欢迎并且感谢大家指出我的问题 文章目录 &…
上传artifacts到maven仓库
简单介绍几种上传jar/aar到maven仓库的方法。
Maven Publish
Properties
PropertyDescriptionartifactsThe complete set of artifacts for this publication.groupIdThe groupId for this publication.artifactIdThe artifactId for this public…
java.io.IOException: line too long 在打jar包时,manifest.mf中所依赖的所有jar路径过长,结果报错说 IOException("line too long") java.io.IOException: line too long at java.util.jar.Attributes.read(Attributes.java:362) at java.uti…
MAVEN配置jetty 1、在setting.xml文件中添加配置(如果没有配置可能导致jetty热部署不能修改静态文件) <pluginGroups> <!-- pluginGroup | Specifies a further group identifier to use for plugin lookup. <pluginGroup>com.your.plugins</pluginGroup>…
转:http://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin maven报错: Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-antrun-plu…
找到intellij idea 的 file—settings—Editor—FileEncodings的GlobalEncoding和ProjectEncoding和Default encoding for properties都配置成UTF-8 步骤2: 找到自己的IDEA目录IDEA\IntelliJ IDEA xxx\bin,编辑器打开文件,然后末行追加上 -D…
1.出现IOException parsing XML document from class path resource [applicationContext.xml]; nested exception is java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist 上面这张图是我的目录&#…
这篇文章将帮助粉丝伙伴们更高效地利用小傅哥构建的DDD(领域驱动设计)脚手架,搭建工程项目,增强使用的便捷性。让👬🏻兄弟们直接在 IntelliJ IDEA 配置个在线的链接,就能直接用上这款脚手架&…
Idea拉取Jar包,报Unable to import maven project: See logs for details
查看日志信息No implementation for org.apache.maven.model.path.PathTranslator was bound
解决办法:
IDEA执行Maven报错
Unable to import maven project: See logs for d…
在最近的项目中,有一个需求是前端传给我一个脚本文件,然后我需要运行脚本文件后将结果进行返回,那接下来就让我们看看是怎么做的吧! public R runScripts(Integer id) {ScriptsInfo scriptsInfo this.baseMapper.selectById(id);…
第一步:新建一个Maven项目 第二步:项目右键Properties,选择Project Facets,勾选Dynamic Web Module 第三步:点击下面的Further configuration available 第四步:设置web.xml文件路径和勾选下面的选项,点击…
一、问题描述
这是我创建spring-boot项目时,配置pox时所出现的错误
Project build error: Non-resolvable parent POM for com.example:spring-boot:0.0.1-SNAPSHOT:
Failure to transfer org.springframework.boot:spring-boot-starter-parent:pom:2.2.2.RELEAS…
😀前言 手动实现 Spring 底层机制的第2篇 实现了任务阶段一编写自己 Spring 容器-准备篇【2】 🏠个人主页:尘觉主页
🧑个人简介:大家好,我是尘觉,希望我的文章可以帮助到大家,您的…
目的
Jenkins中支持maven构建(Jenkins使用docker安装)
问题
1.构建一个maven项目 2.执行报错
/var/lib/jenkins/local_maven_repo/com/sx/root/1.0.4/root-1.0.4.pom.part.lock (No such file or directory) Failed to transfer Could not transfer artifact co…
注:在VS2010中没有编写串口的控件,因此,需要自己下载相关的文件并安装。操作比较麻烦。用Win32 API 编程,在VS2010中能够实现同样的功能。仅此,与大家共享一下。
可以使用两种编程方式实现串口通信,其一是…
maven加速
添加阿里镜像仓
<?xml version"1.0" encoding"UTF-8"?><!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additi…
目录
在 IntelliJ IDEA 里创建一个新的项目
在 IntelliJ IDEA 里构建一个 Maven 项目
在 IntelliJ IDEA 里运行应用程序
Spring Boot项目快速构建 IntelliJ IDEA 已经内建了对 Maven 的支持。我们在此例中使用的是 IntelliJ IDEA 社区版 11.1。
IntelliJ IDEA 的一些特性列…
1、导出 jar 包配置 <build><finalName>weaver-customerservice-distribution-component</finalName><resources><resource><directory>src/main/java</directory><includes><include>**/*.xml</include></inc…
IDEA创建Maven项目遇到如下错误:
Could not transfer artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.10.1 from/to central (Central Repository:): Connect to repo.maven.apache.org:443 [repo.maven.apache.org/146.75.112.215] failed: conn…
引言
在多环境开发中,我们经常需要根据部署环境来改变 Spring Boot 应用的打包方式。本文将探讨如何使用 Maven Profiles 结合依赖排除来动态地切换 JAR 和 WAR 打包配置。
1. 修改 pom.xml 以支持 WAR 包
转换 Spring Boot 应用从 JAR 到 WAR 时,首先…
如果是 Spring Boot 项目结构是通过父子工程来管理,就可能有多个层级结构,工程之前存在依赖关系,如果所依赖的包被打包 spring boot 的可执行 jar,则该工程中启动时就会报找不到类的异常。
此时需要将所依赖的包打包普通 jar 包&…
Spring微服务报错: java.lang.IllegalStateException:FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: No Feign Client for loadBalancing defined. Did you forget to include spring-cloud-starter-netf…
1、前言 Maven 是 Java 平台下的一款项目构建和依赖管理的自动化管理工具。
通过 Maven 远程仓库地址我们可以方便的管理 Jar 依赖包,但是在实际项目中有时候存在远程仓库中没有的 Jar 包,我们在项目中又必须要使用它,那就需要把本地 Jar 添…
刷maven报错
com.saas:pdf:pom:0.0.1 failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-default-http-blocker has elapsed or …
文章目录 问题描述解决办法附录 问题描述
IDEA创建SpringBoot 2.6.13项目(仅引入SpringMVC依赖),对生成的代码不做修改直接Maven打包。但运行报错:
# java -jar xxx.jar
no main manifest attribute, in xxx.jar检查jar包&…
终端输入mvn -version报错: The JAVA_HOME environment variable is not defined correctly, this environment variable is needed to run this program. Java环境变量的问题,打开bash_profile查看 open ~/.bash_profile
export JAVA_8_HOME/Library/Java/JavaVirtualMachine…
什么是 Web ?
Web:全球广域网,也称为万维网(www World Wide Web),能够通过浏览器访问的网站。 Web 网站的工作流程 上图解释:
当你在浏览器中输入网址或点击一个链接时,浏览器会向前端服务器发起请求&…
G. The Morning Star
思路:用map记录x,y,以及y-x、yx从前往后统计一遍答案即可公式 a n s c n t [ x ] c n t [ y ] − 2 ∗ c n t [ x , y ] c n t [ y x ] c n t [ y − x ] anscnt[x]cnt[y]-2 * cnt[x,y]cnt[yx]cnt[y-x] anscnt[x]…
为了加速编译代码,想将本地maven缓存导入内网私库使用。
脚本网上搜的
#!/bin/bash
# copy and run this script to the root of the repository directory containing files
# this script attempts to exclude uploading itself explicitly so the script name …
在IDEA在配置Modules编译JDK版本的时候会看到以下的提示,
Module xxx is imported from Maven.Any changes made in its ......
如下图: 二、原因分析 原因为Modules的编译JDK版本和Java默认的编译版本不一致造成。
三、解决办法 修改maven的settings…
关于 jar 的查找,及使用版本的确定,及依赖的版本确认,避免 jar 冲突或版本不兼容
在使用 maven 构建项目时,需要的 jar 可以通过在 https://mvnrepository.com/ 可以找到部分需要的依赖,这里以查找 mybatis 依赖为例&…
最近在做一个springboot项目,导入坐标依赖时 网络不太好,导入完成后 刷新maven就报错: Cannot resolve Failure to transfer org.springframework.boot:spring-boot-configuration-processor:pom:2.7.12 from xxx。重新导入依赖 仍报错。
上…
最近因为三方代码管理问题,需要手工上传三方的包到maven仓库。但snapshot包是不能通过界面上传的,只能编写脚本。可以那么多jar,一个个写脚本,脚本就得写很多年了。代码整起。
public class UploadPomJar {// maven用户密码配置p…
一, PostgreSQL 下载
需要看官网的:点此下载直达地址:点此进行相关学习:PostgreSQL 菜鸟教程
二,PostgreSQL 安装 点击安装包进行安装 出现乱码错误:
There has been an error.
Error running C:\Wind…
问题场景:
SpringBoot多级多模块项目中部分pom文件报红,mvn clean时报错:‘packaging’ with value ‘jar’ is invalid. Aggregator projects require ‘pom’ as packaging. 项目背景
项目是一个多级多模块项目,简单分为&…
一、下载maven
地址:Maven – Download Apache Maven 使用root权限用户登录服务器 cd /opt sudo mkdir maven cd maven 二、上传maven
使用Xftp工具 三、解压并配置环境变量 tar -zxvf tar -zxvf apache-maven-3.9.6-bin.tar.gz cd apache-maven-3.9.6/ 看到解压…
打包:JAR、EAR、WAR war 是一个 Web 模块,其中需要包括 WEB-INF,是可以直接运行的 WEB 模块。而 jar 一般只是包括一些 class 文件,在声明了 main_class 之后是可以用 java 命令运行的。
它们都是压缩的包,拿 Tomcat …