开发问题记录目录存档

开发问题:引入 Spring AI 依赖报错Could not find artifact org.springframework.ai...

2025年01月13日 by emanjusaka 阅读 80 点赞 1

开发问题:引入 Spring AI 依赖报错Could not find artifact org.springframework.ai...

引入 Spring AI 依赖报错Could not find artifact org.springframework.ai...

阅读全文…

标签: SpringAI , aliyunmaven , error

发布在 开发问题记录

开发问题:thymeleaf模版中 th:if 属性不生效的一种情况

2024年12月17日 by emanjusaka 阅读 54 点赞 0

开发问题:thymeleaf模版中 th:if 属性不生效的一种情况

thymeleaf模版中 th:if 属性不生效的一种情况

阅读全文…

标签: thymeleaf , th:if , template

发布在 开发问题记录

开发问题:GitHub Actions上传打包缺失.vite/mainfest.json文件

2024年12月16日 by emanjusaka 阅读 41 点赞 0

开发问题:GitHub Actions上传打包缺失.vite/mainfest.json文件

GitHub Actions上传打包缺失.vite/mainfest.json文件

阅读全文…

标签: github-actions , upload-artifact

发布在 开发问题记录

开发问题:vue运行报错.cptable in ./node_modules/xlsx-style...

2024年11月14日 by emanjusaka 阅读 59 点赞 0

开发问题:vue运行报错.cptable in ./node_modules/xlsx-style...

在引入了 xlsx-style 组件的 vue 项目中,运行时报错"./cptable in ./node_modules/xlsx-style/dist/cpexcel.js"。解决方案有两种:一是修改源码,在807行将 "var cpt = require('./cpt' + 'able')" 改成 "var cpt = cptable";二是配置vue.config.js,在externals中加入{ './cptable': 'var cptable' }。推荐第二种方案,因为第一种每次重新安装需重新修改,而第二种配置后通用。

阅读全文…

标签: vue , xlsx-style

发布在 开发问题记录

开发问题:记配置 shiro 排除路径失效的问题

2024年08月29日 by emanjusaka 阅读 118 点赞 0

标签: Shiro , issueLog , hashmap

发布在 开发问题记录