'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework:spring-webmvc:jar dependency.(groupId:artifactId:type:classifier)' must be unique:依赖必须是唯一的 duplicate declaration of version :重复申明版本 解决:检查自己的pox.xml中是否重…
2016-10-09 23:14:43.177 DEBUG [restartedMain][org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor] Failed to class-load type while reading annotation metadata. This is a non-fatal error, but certain annotation metadata may b…
1. 学习计划 第一天: 1.电商行业的背景. 2.宜立方商城的系统架构 a) 功能介绍 b) 架构讲解 3.工程搭建-后台工程 a) 使用maven搭建工程 b) 使用maven的tomcat插件启动工程 4.SSM框架整合 5.svn的使用. 第二天: 1.服务中间件dubbo 2.项目改造为基于SOA架构 3.商品列表查询功能实现. 第三天: 1.商品类目选择 2.图片上传功能分析 3.nginx的安装 4.Nginx配置虚拟机 5.Nginx实现反向代理 6.Nginx实现负载均衡 第四…
spring boot 启动报错如下 org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.autoconfigure…
1. 学习计划 第十二天: 1.购物车实现 2.订单确认页面展示 2. 购物车的实现 2.1. 功能分析 1.购物车是一个独立的表现层工程. 2.添加购物车不要求登录.可以指定购买商品的数量. 3.展示购物车列表页面 4.修改购物车商品数量 5.删除购物车商品 2.2. 工程搭建 e3-cart-web打包方式war 可以参考e3-portal-web 2.2.1. Pom文件 <project xmlns="http://maven.apache.org/POM/4.0.0"…
1. 学习计划 1.Activemq整合spring的应用场景 2.添加商品同步索引库 3.商品详情页面动态展示 4.展示详情页面使用缓存 2. Activemq整合spring 2.1. 使用方法 第一步:引用相关的jar包. <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jms</artifactId> </dependency> &l…
1. 学习计划 1.前台系统搭建 2.商城首页展示 3.Cms系统的实现 a) 内容分类管理 b) 内容管理 4.前台内容动态展示 2. 商城首页展示 系统架构: 页面位置: 2.1. 工程搭建 可以参考e3-manager-web工程搭建 2.2. 功能分析 请求的url:/index Web.xml中的欢迎页配置: http://localhost:8082/index.html 参数:没有 返回值:String 逻辑视图 @Controller public class IndexCont…
maven 的gav的v(版本问题) 报错dependencies.dependency.version is missing 出现的场景 一个项目中有多个模块 父模块中出现dependencies.dependency.version is missing 子模块中出现dependencies.dependency.version is missing 模块结构 父模块结构(pom.xml) <?xml version="1.0" encoding="UTF-8&qu…
错误: 找不到或无法加载主类 com.myali.TTSmy 问题原因: ide中编译能找到相关包,但是,打包成jar时,本地的jar引入失败 maven将系统用到的包从线上maven仓库下载到本地的maven目录: 那么我们手动将jar包按照路径格式放入maven的本地仓库目录即可 然后按照“从远程仓库的调用方式”,写入pom即可: Java SDK_语音合成(TTS)_智能语音交互-阿里云 https://help.aliyun.com/document_detail/30431.html…
spring boot 启动报错: Caused by: java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.slf4j.impl.Log4jLoggerFactory loaded from…