码迷,mamicode.com
首页 >  
搜索关键字:pom    ( 7811个结果
【Junit】程序员都应会的白盒测试
1.IDEA如何用到Junit功能 (1)如果你用maven管理项目的话直接在pom里面添加依赖 <!--junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</vers ...
分类:其他好文   时间:2021-01-26 11:46:01    阅读次数:0
springBoot 基础-拓展(二) 记录一些常用的配置文件
1:pom中设置下载源为阿里云 <repositories> <repository> <id>aliyun</id> <name>aliyun</name> <url>https://maven.aliyun.com/repository/public</url> </repository> </ ...
分类:编程语言   时间:2021-01-22 12:00:04    阅读次数:0
EasyExcel进行读写操作
1、导入Pom依赖 <!--引入EasyExcel,同时需要引入poi的包--> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>2.1.1</version> </dep ...
分类:其他好文   时间:2021-01-21 10:52:39    阅读次数:0
springcloud 集成Sentinel 1.8持久化到nacos
1、客户端pom引入 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> <version>2.2.4.RELEASE</ve ...
分类:编程语言   时间:2021-01-21 10:31:19    阅读次数:0
Jpa配置
1、Maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan ...
分类:其他好文   时间:2021-01-19 12:19:03    阅读次数:0
maven中的setting.xml文件配置(转)
转自 https://www.cnblogs.com/zxlrd/p/5344071.html <!--声明语句--> <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/POM/4.0.0" ...
分类:其他好文   时间:2021-01-18 10:50:47    阅读次数:0
soul源码阅读(二) 启动http服务
官方文档地址: https://dromara.org/zh-cn/docs/soul/user-http.html http服务就是我们自己的项目。 1.引入 soul-examples/soul-examples-http 到soul.pom中 application.yml中添加自己的soul ...
分类:Web程序   时间:2021-01-16 12:01:05    阅读次数:0
redis实现布隆过滤器
引入pom文件<dependency> <groupId>org.redisson</groupId> <artifactId>redisson-spring-boot-starter</artifactId> <version>3.13.4</version></dependency> publi ...
分类:其他好文   时间:2021-01-15 11:53:50    阅读次数:0
一起学习Spring boot 2.1.X | 第五篇:Mybatis Druid 数据库(注解版)
运行展示 正题 Spring boot :2.1.5RELEASE ;数据库(Mysql、Oracle);Mybatis;阿里云的连接池 : Druid ; 步骤 1.POM依赖 <!-- MyBatis --> <dependency> <groupId>org.mybatis.spring.bo ...
分类:数据库   时间:2021-01-15 11:48:59    阅读次数:0
Spring MVC 注解开发
Spring MVC 注解开发 所需pom依赖: <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.2.0.RELEASE</version> < ...
分类:编程语言   时间:2021-01-14 11:33:10    阅读次数:0
7811条   上一页 1 ... 11 12 13 14 15 ... 782 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!