摘要: 将博客搬至CSDN 阅读全文
posted @ 2024-06-21 15:40 浪天涯&* 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 根据版本过滤实例: import cn.hutool.core.collection.CollUtil; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.springf 阅读全文
posted @ 2024-06-21 15:15 浪天涯&* 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 生成证书:keytool -genkeypair -keystore test.jks -alias test -keyalg RSA -keysize 2048 -validity 3650应用配置:server: port: 18081 #https http-port: 8081 #http 阅读全文
posted @ 2024-06-21 14:51 浪天涯&* 阅读(2) 评论(0) 推荐(0) 编辑
摘要: @echo off ::maven打包报错:Malformed \uxxxx encoding ::REPOSITORY_PATH更换成自己的maven地址 set REPOSITORY_PATH=/Work/MyMavenRepository echo %REPOSITORY_PATH% for 阅读全文
posted @ 2023-01-06 17:22 浪天涯&* 阅读(0) 评论(0) 推荐(0) 编辑
摘要: package com.migu.redstone.quanyi; import org.apache.commons.lang.StringUtils; import javax.validation.Constraint; import javax.validation.ConstraintVa 阅读全文
posted @ 2022-02-17 10:26 浪天涯&* 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Easy Excel官方文档:https://www.yuque.com/easyexcel/doc/easyexcel 表格导入导出工具类:EasyExcelUtils package com.ai.hdl.market.infrastructure.utils.easyexcel; import 阅读全文
posted @ 2022-02-17 10:21 浪天涯&* 阅读(889) 评论(0) 推荐(0) 编辑
摘要: 1、Help——>Install New SoftWare 2、https://otto.takari.io/content/sites/m2e.extras/m2eclipse-mavenarchiver/0.17.2/N/LATEST/ 3、安装完成,重启Eclipse。 阅读全文
posted @ 2016-09-29 18:26 浪天涯&* 阅读(682) 评论(0) 推荐(0) 编辑
摘要: import org.apache.commons.mail.EmailException;import org.apache.commons.mail.SimpleEmail;import org.junit.Test;public class SendEmail { @Test public v 阅读全文
posted @ 2016-07-25 18:22 浪天涯&* 阅读(121) 评论(0) 推荐(0) 编辑