随笔分类 -  devops

摘要:下载地址 https://github.com/fatedier/frp/releases 配置 frps.ini配置如下 [common] bind_port = 19009 dashboard_port = 19008 dashboard_user = admin dashboard_pwd = 阅读全文
posted @ 2025-07-18 16:13 wujf 阅读(18) 评论(0) 推荐(0)
摘要:先上pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> <gro 阅读全文
posted @ 2020-10-14 10:49 wujf 阅读(280) 评论(0) 推荐(0)
摘要:#!groovy def oper_checkout(SCM_TYPE,SCM_URL,SCM_AUTH_PASS,SCM_BRANCH=' ',SCM_AUTH_USER=' '){ if (SCM_TYPE =='git') { return checkout([$class: "GitSCM" 阅读全文
posted @ 2020-09-30 16:51 wujf 阅读(828) 评论(0) 推荐(0)