2023/4/23

husky install .git can’t be found

替换 package.json husky install "prepare": "cd .. && husky install superjsonweb/.husky",

  • jeecgboot vue
  • 2023/4/23
  • 733
  • 2023/4/13

    jeecgboot修改非超管用户不可以看见,系统超管用户和超管角色

    1.修改系统用户查询接口,SysUserController-108行添加 LoginUser sysUser = (LoginUser) SecurityUtils.getSubject().getPrincipal(); String account =sysUser.getUsername(); //登录用户不是超管,不显示超管…

  • java jeecgboot springboot
  • 2023/4/13
  • 745
  • 2023/3/1

    jeecgboot使用华为云OBS

    修改配置文件 修改system模块下的yml文件 uploadType: hwobs 添加华为云的OBS配置 obs: endpoint: obs.cn-southwest-2.myhuaweicloud.com accessKey: XXXXXXX secretKey: XXXXX bucketName: XXXXX …

  • jeecgboot
  • 2023/3/1
  • 764
  • 2022/10/2

    springboot mybaits 使用原生sql查询 不返回实体类

    mapper package org.jeecg.modules.wenlv.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; impor…

  • jeecgboot mybatis-plus springboot
  • 2022/10/2
  • 746
  • 2022/6/29

    nginx 转发wss连接失败 springboot wss连接失败 jeecg-boot连接失败

    location ^~ / { proxy_pass              http://127.0.0.1:8081/; proxy_set_header     &n…

  • jeecgboot nginx springboot
  • 2022/6/29
  • 638
  • 2022/5/23

    vue/antdv/jeecgboot自定义全局组件

    popup.vue <!-- 自定义全局弹窗 --> <template> <div id=""> <j-modal :title="title" width="800px" :visible="show&…

  • antd jeecgboot vue
  • 2022/5/23
  • 895
  • 2022/4/27

    jeecgboot pc获取token

    that.$ls.get("Access-Token")

  • jeecgboot
  • 2022/4/27
  • 1,020