码迷,mamicode.com
首页 >  
搜索关键字:maven依赖    ( 939个结果
Java 读取excel表格文件
注意,本文使用的Jar包为 ,只能处理97 03版本xls格式的Excel jar包 maven依赖: "jar包maven下载地址" 使用 读取xls文件 //通过文件IO,读入一个xls文件 Workbook book = Workbook.getWorkbook(new File(path)) ...
分类:编程语言   时间:2019-11-20 15:30:48    阅读次数:60
【插件】【idea】Maven Helper查找maven依赖图
File->Settings->Plugins 打开pom文件,地下有一个Dependency Analyzer选项 ...
分类:其他好文   时间:2019-11-19 16:57:23    阅读次数:199
Mybatis-Plus代码生成是使用
官方链接:https://mp.baomidou.com/guide/generator.html#%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B 首先创建springboot的项目,创建步骤省略; 创建好项目后要配置maven依赖,附上pom.xml; <?xml ver ...
分类:其他好文   时间:2019-11-16 14:19:06    阅读次数:70
导入maven项目的配置
1.配置maven File->Setting 2.配置jdk File->Project Structure 3.打开项目,找到里面的pom.xml文件。右键,选择Add as maven project 然后就会变成下图的样子。 4.点击maven下的图标,重新导入所有的maven 依赖。 然后 ...
分类:其他好文   时间:2019-11-16 10:54:27    阅读次数:66
SpringMVC 406 Not Acceptable
问题 HTTP-406 错误,Spring MVC + JSON = 406 Not Acceptable 解答 1、classpath下是没有加入jackson的maven依赖 <dependency> <groupId>com.fasterxml.jackson.core</groupId> < ...
分类:编程语言   时间:2019-11-11 23:04:12    阅读次数:96
Springboot 使用JPA
Springboot 使用jpa maven依赖 数据库配置 book实体 bookDao bookService bookController 参考文档 JPQL: jianshu.com/p/4a4410075bab ...
分类:编程语言   时间:2019-11-09 19:33:56    阅读次数:116
天天玩微信,Spring Boot 开发私有即时通信系统了解一下
1/ 概述 利用Spring Boot作为基础框架,Spring Security作为安全框架,WebSocket作为通信框架,实现点对点聊天和群聊天。 2/ 所需依赖 Spring Boot 版本 1.5.3,使用MongoDB存储数据(非必须),Maven依赖如下: 配置文件内容: 大致程序结构 ...
分类:微信   时间:2019-11-09 17:55:34    阅读次数:119
idea导入多个项目
第一步创建一个目录 第二步把maven项目放到该目录下 第三步file-->open,把整个ide20191105目录导入进来第四步配置jdk版本 第五步:添加maven依赖,把父工程的pom文件添加进来,然后更新mavendependence ...
分类:其他好文   时间:2019-11-06 18:35:40    阅读次数:117
Spring Boot 日志处理你还在用Logback?
? Log4j2 性能 "https://logging.apache.org/log4j/2.x/performance.html" ? Spring Boot 依赖与配置 Maven 依赖 XML 配置 resources/log4j2.xml 混合 sync/async 彩色日志 分类输出到不 ...
分类:编程语言   时间:2019-11-06 00:50:54    阅读次数:76
Swagger2相关配置和使用
所需maven依赖: <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> <dependency ...
分类:其他好文   时间:2019-11-05 21:35:58    阅读次数:137
939条   上一页 1 ... 20 21 22 23 24 ... 94 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!