logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not

maven错误:Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not

文章图片
#maven#apache#java
从0开始学习自动化测试框架cypress(五)总结

一.下载环境: cypress.zip解压运行examples或npm install cypress二.简单使用1.常用文件夹fixtures: 保存json文件integration: 保存编写的测试用例,一般使用.spec.js为结尾support: 支持添加cy内置函数Cypress.Commands.add("funName", () => { ... })调用: cy.funNa

#单元测试#集成测试#测试工具
解决maven项目没有Maven Dependencies

一.本文使用开发环境版本eclipse(Help->About Eclipse IDE):Eclipse IDE for Enterprise Java Developers.Version: 2019-12 (4.14.0)Build id: 20191212-1212maven(Window->Preferences->Maven->Installat...

#maven#eclipse#spring boot +1
maven使用mvn命令创建项目异常java.lang.NoClassDefFoundError: org/apache/commons/collections/ExtendedProperties

命令:mvn archetype:generate -DarchetypeArtifactId=jersey-quickstart-grizzly2 -DarchetypeGroupId=org.glassfish.jersey.archetypes -DinteractiveMode=false -DgroupId=com.example -DartifactId=simple-servic

#maven
maven自定义webapp目录

场景:我看到maven约定的webapp藏的目录太深了,它在src/main/webapp,我想把它提到根目录下,并且命名为WebContent,应该怎么配置呢?在pom.xml里面加上如下配置:ThesisManagesrc/main/javasrc/main/resourcessrc/test/resources

seata使用报错no available service found in cluster ‘default‘

14:46:29.361 [restartedMain] ERROR i.s.c.r.n.NettyClientChannelManager - [reconnect,183] - no available service found in cluster 'default', please make sure registry config correct and keep your seata

jquery form提交的2种方式

1.序列化参数提交$.ajax({type: 'POST',url: url,data: $('#' + formId).serialize(),async: true, // true(异步), false(同步)cache: false,contentType: false,processData: false,success: function(result) {console.log("a

#ajax#javascript
Shiro报异常org.apache.shiro.authz.AuthorizationException: Not authorized to invoke method:

异常如下2021-02-12 13:38:13.388 ERROR 6052 --- [io-8080-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet]: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request p

#java
springboot连接数据库异常(Could not obtain connection metadata)

._______ _ _/\\ / ___'_ __ _ _(_)_ ____ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \\\/___)| |_)| | | | | || (_| |) ) ) )'|____| .__|_| |_|_| |_\__, ...

到底了