上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 194 下一页

2022年2月18日

使用 Prometheus 对 Go 应用程序进行监测

摘要: 监测服务级别的指标能让团队成员更清晰的看到你的程序表现如何,你的程序如何被使用,并且可以帮助定位潜在的性能瓶颈。 Prometheus 是一个开源的监测解决方案,原生的服务发现支持让它成为动态环境下进行服务监测的一个完美选择。Prometheus 支持从 AWS, Kubernetes, Consu 阅读全文

posted @ 2022-02-18 11:07 ExplorerMan 阅读(1213) 评论(0) 推荐(0)

2022年2月14日

启动SpringBoot项目的三种方式

摘要: 项目如下 1、IDEA中直接启动 2、使用mvn spring-boot:run命令启动 首先进入项目当前目录,然后使用命令 3、使用mvn install先编译,在使用java -jar xxxxxxxxxx.jar启动 在项目当前目录进行编译,然后 进入target目录下,使用java命令启动 阅读全文

posted @ 2022-02-14 16:27 ExplorerMan 阅读(2806) 评论(0) 推荐(0)

2022年2月11日

mvn LifecyclePhaseNotFoundException

摘要: This error is generated if you try to invoke a build command that Maven does not understand. In general, you have the following options to perform bui 阅读全文

posted @ 2022-02-11 17:49 ExplorerMan 阅读(140) 评论(0) 推荐(0)

windows下安装配置Maven

摘要: 1、下载maven 下载地址: https://archive.apache.org/dist/maven/maven-3/ 不建议下载太高版本,经笔者测试,3.6.3 idea报错,解决方案就是降版本 2、解压 这是是换阿里源 <mirror> <id>alimaven</id> <name>al 阅读全文

posted @ 2022-02-11 17:45 ExplorerMan 阅读(81) 评论(0) 推荐(0)

2022年2月10日

重温Servlet,2020年了,它还有必要学吗?

摘要: 目录 1、本章前言 2、什么是Servlet 3、创建Servlet程序 3.1、使用web.xml文件配置 3.2、使用注解配置(推荐) 4、Servlet生命周期 5、ServletConfig对象 6、ServletContext对象 6.1、获取Web应用程序的初始化参数 6.2、读取 We 阅读全文

posted @ 2022-02-10 15:44 ExplorerMan 阅读(561) 评论(0) 推荐(0)

SpringBoot与SpringCloud的关系与区别

摘要: 一、SpringBoot和SpringCloud简介 1、SpringBoot:是一个快速开发框架,通过用MAVEN依赖的继承方式,帮助我们快速整合第三方常用框架,完全采用注解化(使用注解方式启动SpringMVC),简化XML配置,内置HTTP服务器(Tomcat,Jetty),最终以Java应用 阅读全文

posted @ 2022-02-10 15:42 ExplorerMan 阅读(198) 评论(0) 推荐(0)

【超详细全过程】JavaEE 开发环境安装全过程(jdk+tomcat+eclipse)

摘要: 目录 写在最前 准备工作 Jdk下载 Eclipse下载 tomcat下载 安装 Jdk安装 环境配置 Tomcat安装 环境配置 Eclipse安装 Eclipse配置tomcat环境 Hello world 转换成Java 写在最前 本篇文章仅供参考,希望大家在通读全文后对过程有一定了解,再进行 阅读全文

posted @ 2022-02-10 00:27 ExplorerMan 阅读(2492) 评论(0) 推荐(0)

2022年2月9日

Sentinel 限流降级,Sentinel持久化

摘要: Sentinel 限流降级,Sentinel持久化 ©Copyright 蕃薯耀 2021-04-01 https://www.cnblogs.com/fanshuyao/ 一、Sentinel安装使用和配置,sentinel-dashboard安装使用和配置见: https://www.cnblo 阅读全文

posted @ 2022-02-09 19:49 ExplorerMan 阅读(846) 评论(0) 推荐(0)

Sentinel安装使用和配置,sentinel-dashboard安装使用和配置

摘要: Sentinel安装使用和配置,sentinel-dashboard安装使用和配置 ©Copyright 蕃薯耀 2021-04-01 https://www.cnblogs.com/fanshuyao/ 一、Sentinel概述随着微服务的流行,服务和服务之间的稳定性变得越来越重要。Sentine 阅读全文

posted @ 2022-02-09 19:48 ExplorerMan 阅读(1762) 评论(0) 推荐(0)

网关限流,sentinel-dashboard安装部署

摘要: 1.下载地址:https://github.com/alibaba/Sentinel/releases 注意:sentinel控制台需要在JDK 1.8+的版本上运行。 2.使用以下命令运行 java -Dserver.port=8080 -Dcsp.sentinel.dashboard.serve 阅读全文

posted @ 2022-02-09 19:34 ExplorerMan 阅读(241) 评论(0) 推荐(0)

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 194 下一页

导航