TaleLin / lin-cms-spring-boot

🔨 基于SpringBoot的CMS/DMS/管理系统开发框架
http://doc.cms.talelin.com/
MIT License
904 stars 253 forks source link

fix #223 & test去除deprecated api等问题修复 #242

Closed gadfly3173 closed 3 years ago

gadfly3173 commented 3 years ago

主要是修复test中的各种过期api或复杂写法,以及AdminServiceImplTest.java#updateGroup2中nextInt(100)可能生成的id过小,导致在数据库中查到了对应分组,抛出了AssertionFailedError等问题