摘要:
學習oauth2 配合使用Element Plus + Vue3(idea開發,需要安裝lombok插件) 版本: 依賴 版本 spring-boot 2.5.3 spring-cloud 2020.0.4 spring-security 3.2.10.RELEASE spring-security
閱讀全文
posted @ 2024-10-21 15:12
夏目co
閱讀(68)
推薦(0)
摘要:
引入了依賴 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> </dependency> 編譯項目之后并沒有生成
閱讀全文
posted @ 2024-11-01 16:05
夏目co
閱讀(338)
推薦(0)
摘要:
springboot 整合 activiti 搭配 vue3 element-plus activiti-modeler bpmn-js 配合使用 Element Plus + Vue3(idea開發,需要安裝lombok插件) 相關依賴版本 后臺: 依賴 版本 spring-boot 2.7.18
閱讀全文
posted @ 2024-10-31 10:17
夏目co
閱讀(610)
推薦(0)
摘要:
activiti7移除了靜態方法創建ProcessDiagramGenerator,需要創建DefaultProcessDiagramGenerator實例 依賴: <properties> <batik-transcoder.version>1.17</batik-transcoder.versi
閱讀全文
posted @ 2023-12-07 14:35
夏目co
閱讀(3317)
推薦(1)
摘要:
用windows虛擬機安裝jdk的時候一直閃退,索性就直接搞解壓版,結果百度搜的全是某dn要積分的。。。 找到之后上傳網盤直接下,不知道有人用得上不,包含免安裝和其他版本的。 先上官網歸檔連接,可以直接去官網下載,右側選版本:Java Archive | Oracle Windows(jdk7、8、
閱讀全文
posted @ 2022-05-26 15:14
夏目co
閱讀(9747)
推薦(0)
摘要:
今天維護老項目改Bug遇到一個這個問題: Could not write JSON: Object is null; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Object is null (th
閱讀全文
posted @ 2021-10-16 11:05
夏目co
閱讀(1656)
推薦(0)
摘要:
oauth2的依賴版本: <dependency> <groupId>org.springframework.security.oauth.boot</groupId> <artifactId>spring-security-oauth2-autoconfigure</artifactId> <ve
閱讀全文
posted @ 2021-09-09 09:38
夏目co
閱讀(1189)
推薦(0)
摘要:
之前的版本創建郵件發送的方式: String text = VelocityEngineUtils.mergeTemplateIntoString( velocityEngine, "模板名稱.vm", "UTF-8", model); 由于VelocityEngineUtils類移除,用這個方式創
閱讀全文
posted @ 2021-08-23 10:51
夏目co
閱讀(564)
推薦(1)
摘要:
破解教程網上一大堆了,直接發文件地址好勒,地址里面有idea2019.3版本,和jetbrains-agent.jar包和激活碼。 IntelliJ IDEA 2019.03(含破解文件).zip鏈接:https://pan.baidu.com/s/1vyWA8r6MUAG-3hPm5gUpnw?p
閱讀全文
posted @ 2020-03-15 18:48
夏目co
閱讀(7962)
推薦(0)
摘要:
加了一個轉成了Base64編碼。,其他的和網上一樣。 1 public class ValidateCodeUtil { 2 3 // 圖片的寬度。 4 private int width = 160; 5 // 圖片的高度。 6 private int height = 40; 7 // 驗證碼字
閱讀全文
posted @ 2020-03-15 18:31
夏目co
閱讀(1078)
推薦(0)