首页
图库
瞬间
springboot
Hello Halo
Halo
关于
小城雨巷
行动起来,活在当下
累计撰写
20
篇文章
累计创建
6
个标签
累计收到
4
条评论
栏目
目 录
CONTENT
小城雨巷
精品分类
全部分类
最新文章
2024-03-28
未命名文章
package com.siebre.itx.cebb.util; import com.czb.commons.security.cipher.sm.SM2; import com.czb.commons.security.cipher.sm.SM2KeyVO; import com.siebr
2024-03-28
28
0
0
默认分类
2024-03-28
11111
11111111111111
2024-03-28
26
0
0
2024-03-28
mule
vm 异步通信 跨多个Mule流的通信 基于消息传递的系统集成 parent flow 与 child flow 中的变量 parent 中的变量 在childflow 中可以修改但只作用在 childflow作用域 https request 与 rest connect connection
2024-03-28
31
4
0
mule
2023-12-18
未命名文章
// var appSecret = metadata.account.appSecret; // var appKey = metadata.account.appKey; // var baseUrl = metadata.account.baseUrl; var appSecre
2023-12-18
20
0
0
2023-10-18
导航
AI https://www.aitegpt.com/gpt-4 chatgpt https://aieg.cn/ 源码 https://www.qymao.cn/ 企业猫 vpn https://good.honghai.org/#/ 红海 Ios网盘 https://pan.vvios.cn/
2023-10-18
29
0
0
2023-10-18
springboot 集成邮件
引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId>
2023-10-18
16
0
0
springboot
2023-10-18
SpringBoot 集成 Websocket
Gitee 项目地址 项目地址 引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency>
2023-10-18
10
0
0
springboot
2023-10-18
springboot 集成 knife4j
引入依赖 <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-spring-boot-starter</artifactId>
2023-10-18
20
0
0
springboot
2023-10-18
Spring Data Jpa
一、引入依赖 <!--Spring Data Jpa--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-
2023-10-18
19
0
0
springboot
2023-10-18
Spring Boot 配置文件映射
集合方式的yaml配置方式 person: userName: zhangsan boss: false birth: 2019/12/12 20:12:33 age: 18 pet: name: tomcat weight: 23.4 interests:
2023-10-18
19
0
0
springboot
1
2