推荐
专栏
教程
课程
飞鹅
本次共找到223条
pom
相关的信息
Easter79
•
3年前
springcloud(八) Hystrix监控
一、Feign项目Hystrix自带的监控 在feign项目pom.xml添加:<!1,使用Hystrix的模块hystrixmetricseventstream,就可将这些监控的指标信息以text/eventstream的格式暴露给外部系统。spring
Easter79
•
3年前
springboot2.X手册:Eureka不更,Consul被禁,启用Nacos
!(https://oscimg.oschina.net/oscnet/f4b479551ebf46dd8a7fce70a3c2deb2.png)引入包体<?xml version"1.0"?<project xsi:schemaLocation"http://maven.apache.org/POM/4.0.0
Stella981
•
3年前
Eureka client 启动报错 Completed shut down of DiscoveryClient
由于在创建项目时未选择依赖,启动时控制台报UnregisteringapplicationXXXCLIENTwitheurekawithstatusDOWN,CompletedshutdownofDiscoveryClient错误,需要在对应项目的pom.xml文件中加入依赖即可解决。如下所示:<dependenc
Wesley13
•
3年前
Java使用Redis学习笔记
如果我们使用Java操作Redis,需要确保已经安装了redis服务及Javaredis驱动。Maven项目可以直接在pom.xml中加入jedis包驱动:<dependency<groupIdredis.clients</groupId<artifactI
Stella981
•
3年前
SpringBoot自定注解+SpringAop实现操作日志
使用自定义注解SpringAop实现操作日志记录,记录内容包括请求参数、请求方法、请求响应时间等的记录。一、在pom文件中,引入依赖包和插件。<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootsta
可莉
•
3年前
20200202 ActiveMQ 3. Java编码实现ActiveMQ通讯
ActiveMQ3.Java编码实现ActiveMQ通讯3.1.队列(Queue)目的地(Destination)分为:点对点的队列(Queue)一对多的主题(Topic)3.1.1.上手代码1.pom.xml
Stella981
•
3年前
EasyExcel使用记录
GITHUB地址:https://github.com/alibaba/easyexcel(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Falibaba%2Feasyexcel)1.POM文件添加依赖:<dependency
Stella981
•
3年前
IDEA+SpringBoot+Mybatis Generator+MySQL8.0.17自动生成实体类和Mapper
1、搭建SpringBoot项目2、修改pom.xml文件添加依赖:!(https://oscimg.oschina.net/oscnet/15023a0b19569ea825b5255db0d44d1a651.png)<dependency<groupIdmysql</groupId<artifactIdmysq
Stella981
•
3年前
20200202 ActiveMQ 3. Java编码实现ActiveMQ通讯
ActiveMQ3.Java编码实现ActiveMQ通讯3.1.队列(Queue)目的地(Destination)分为:点对点的队列(Queue)一对多的主题(Topic)3.1.1.上手代码1.pom.xml
Stella981
•
3年前
LoadingCache缓存使用(LoadingCache)
首先需要引入先关pom依赖(项目源码参考:https://github.com/licunzhi/dream\_on\_sakura\_rain/tree/master/loadingcache\_demo(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.c
1
•••
10
11
12
•••
23