elunez / eladmin

eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由

Home Page:https://eladmin.vip/demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

热部署相关问题

Vincent-2018 opened this issue · comments

eladmin-system的pom引入热部署依赖,在代码打开以后,调用系统内的任一接口,会出现如下报错:
me.zhengjie.modules.system.service.dto.UserDTO cannot be cast to me.zhengjie.modules.system.service.dto.UserDTO

作者有什么其他方法进行热部署吗?每次做代码修改要点击一下重启,比较耗费时间。

谢谢。