码迷,mamicode.com
首页 >  
搜索关键字:artifact    ( 1496个结果
IDEA unable to find valid certification path to requested target
一、报错 Could not transfer artifact org.apache.maven.plugins:maven-install-plugin:pom:2.4 from/to alimaven (https://maven.aliyun.com/repository/central): ...
分类:其他好文   时间:2019-12-24 13:27:26    阅读次数:90
MySql5.x升级MySql8.x
MySql5.x升级MySql8.x
分类:数据库   时间:2019-12-24 11:42:55    阅读次数:158
springboot实现多文件上传
一说明 spingMVC支持文件上传,我们通过Apach 的 commons fileupload 包的CommonsMultipartResolver 去实现了 spingMVC的MultipartResolver 。 本文章的示例是个简单的多文件上传,根据不同的业务自行修改。 二pom.xlm ...
分类:编程语言   时间:2019-12-24 09:56:28    阅读次数:89
使用poi导出excel
第一步添加依赖 <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.p ...
分类:其他好文   时间:2019-12-23 16:49:10    阅读次数:273
SpringBoot 系列教程 JPA 错误姿势之环境配置问题
又回到 jpa 的教程上了,这一篇源于某个简单的项目需要读写 db,本想着直接使用 jpa 会比较简单,然而悲催的是实际开发过程中,发现了不少的坑;本文为错误姿势第一篇,Repository 接口无法注入问题 <!-- more --> I. 配置问题 新开一个 jpa 项目结合 springboo ...
分类:编程语言   时间:2019-12-22 18:36:11    阅读次数:79
分布式全文搜索引擎ElasticSearch—超详细
1 ElasticSearch 1.1 ES的概念和特点 ES:全文检索的框架,专门做搜索,支持分布式、集群。封装的Lucene。 特点: 原生的Lucene使用的不足,优化了Lucene的调用方式 高可用的分布式集群,处理PB级别的数据 目的是通过简单的restful API来隐藏Lucene的复 ...
分类:其他好文   时间:2019-12-22 18:20:58    阅读次数:77
JAVA实现二维码生成加背景图
pom.xml依赖 <!-- 二维码生成 --> <!-- https://mvnrepository.com/artifact/com.google.zxing/core --> <dependency> <groupId>com.google.zxing</groupId> <artifactI ...
分类:编程语言   时间:2019-12-22 12:40:58    阅读次数:239
@ContrllerAdvice全局异常
@ControllerAdvice,是Spring3.2提供的新注解,它是一个Controller增强器,可对controller中被 @RequestMapping注解的方法加一些逻辑处理。最常用的就是异常处理,需要搭配@ExceptionHandler使用 @ExceptionHandler 注... ...
分类:其他好文   时间:2019-12-22 10:27:47    阅读次数:69
导入maven项目pom.xml首行报错missing artifact。。。
解决方法: 在maven地址(如一般默认的地址C:\Users\Administrator\.m2\repository\)找到对应包名 加后缀名为.lastUpdated文件(如:ojdbc14.lastUpdated),删除,或整个包文件都删除。 进到eclipse右击项目maven updat ...
分类:其他好文   时间:2019-12-22 00:20:50    阅读次数:74
springboot整合shiro
一.数据库这块的准备需要创建五张表 数据库有用户(user)、角色(role)、权限(permission)三个实体,除了实体表以外,为了实现表间用户与角色、角色与权限多对多的表间关系,所以产生了user_role、role_permission两张关系表。在下图中,使用红线将表的外键标记了出来,但 ...
分类:编程语言   时间:2019-12-19 18:56:06    阅读次数:89
1496条   上一页 1 ... 32 33 34 35 36 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!