2021年5月21日
摘要: 一、Springboot2.x的actuator使用 1.1、添加依赖包 compile 'org.springframework.boot:spring-boot-starter-actuator:2.3.8.RELEASE' Springcloud Gateway项目中的springboot是2 阅读全文
posted @ 2021-05-21 15:41 duanxz 阅读(962) 评论(0) 推荐(0)
摘要: build.gradle是gradle中非常重要的一个文件,因为它描述了gradle中可以运行的任务,今天本文将会带大家体验一下如何创建一个build.gradle文件和如何编写其中的内容。 project和task gradle是一个构建工具,所谓构建工具就是通过既定的各种规则,将原代码或者原文件 阅读全文
posted @ 2021-05-21 14:14 duanxz 阅读(1494) 评论(0) 推荐(0)