码迷,mamicode.com
首页 >  
搜索关键字:dependencies    ( 1529个结果
Spring学习之Spring与Mybatis的两种整合方式
本机使用IDEA 2020.1、MySql 8.0.19,通过Maven进行构建 环境准备 导入maven依赖包 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version> ...
分类:编程语言   时间:2020-06-26 10:56:50    阅读次数:54
SSM整合
准备工作 1. 添加依赖 <dependencies> <!--Junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency> <! ...
分类:其他好文   时间:2020-06-25 13:38:43    阅读次数:51
SpringMVC简单案例
SrpingMVC简单案例 1. 导入依赖 <dependencies> <!-- 单元测试 --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope ...
分类:编程语言   时间:2020-06-24 16:12:44    阅读次数:45
Mybatis总结
简介 Mybatis 官网: https://mybatis.org/mybatis-3/zh/getting-started.html 环境配置 新建一个普通的maven项目 删除项目的src目录 导入maven依赖 <!--导入依赖--> <dependencies> <!--mysql驱动-- ...
分类:其他好文   时间:2020-06-22 18:48:37    阅读次数:71
webpack 打包jquery
前言 记一次配置webpack jqeury中的案例。 正文 选取自己需要安装的jquery版本号 dependencies:{ //此处的jquery版本根据npm后的版本来看,会有安装版本的提示 "jquery":"^3.3.1" } webpack 中的配置 plugins: [ new we ...
分类:Web程序   时间:2020-06-21 12:16:00    阅读次数:97
MediatR使用
什么是MediatR 项目地址:https://github.com/jbogard/MediatR Simple mediator implementation in .NET In-process messaging with no dependencies. Supports request/ ...
分类:其他好文   时间:2020-06-17 01:35:56    阅读次数:124
vue.js 进行初始化遇到的关于core-js的错误@core-js/modules/es6.array.find-index (ERROR Failed to compile with 164 errors These dependencies were not found)
E:\SourceCode\VUE\vue-element-admin-master>cnpm run dev > vue-element-admin@4.3.0 dev E:\SourceCode\VUE\vue-element-admin-master > vue-cli-service ser ...
分类:Web程序   时间:2020-06-16 18:35:15    阅读次数:448
Maven 依赖jar包报错
错误信息 [ERROR] Some problems were encountered while processing the POMs:'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-sta ...
分类:编程语言   时间:2020-06-15 12:12:29    阅读次数:78
SSM整合
SSM框架整合 1、导入项目依赖 <dependencies> <!--Junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency ...
分类:其他好文   时间:2020-06-14 19:06:33    阅读次数:49
Could not find artifact com.github.jgraph:jgraphx:jar:v3.9.3
[ERROR] Failed to execute goal on project activiti-bpmn-layout: Could not resolve dependencies for project org.activiti:activiti-bpmn-layout:jar:6.0.1 ...
分类:编程语言   时间:2020-06-14 13:11:17    阅读次数:300
1529条   上一页 1 ... 11 12 13 14 15 ... 153 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!