elunez / eladmin

eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
https://eladmin.vip/demo
Apache License 2.0
21.32k stars 7.35k forks source link

关于测试的问题 #29

Closed zxdispd closed 5 years ago

zxdispd commented 5 years ago

楼主这个单测有点难搞啊,比如说我在其他模块log,tools里面写单测,关系是不是有点乱。我搞了半天没搞出来,在其他模块总会有Could not resolve placeholder 'spring.redis.host' in value "${spring.redis.host}"。

elunez commented 5 years ago

因为其他模块依赖了eladmin-common 模块,eladmin-common 模块中有配置redis,所有会出现这个错误

elunez commented 5 years ago

可以把system 模块中的配置文件,copy到需要测试的模块,再进行测试