background picture of the home page

小网馆

SpringBoot整合Email

一、引入依赖<!-- 邮箱依赖 --><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail&l

thumbnail of the cover of the post

Vue动态标题

一、安装插件npm install vue-wechat-title --save二、引用插件在main.js中引用import VueWechatTitle from 'vue-wechat-title'Vue.use(VueWechatTitle)三、路由配置 { path: '

thumbnail of the cover of the post

Jenkins集成Docker

一、配置凭证生成令牌管理凭证添加凭证填写信息二、全局配置docker-composeversion: '3'services: jenkins: restart: always image: jenkins:latest container_name: jenkins po

thumbnail of the cover of the post

Dockerfile构建Ngrok

一、准备程序ngrok.cfgserver_addr: "xiaoqiangzai.xyz:4443"trust_host_root_certs: falsetunnels: http: subdomain: www proto: http: 192.1

thumbnail of the cover of the post