Java rapid development platform, based (Spring Boot, Spring MVC, Apache Shiro, MyBatis, Beetl, Bootstrap, AdminLTE), online code generation, including modules: Organization, role users, menu and button authorization, data permissions, system parameters, content management, workflow, etc. Loose coupling design is adopted; one key skin switch; account security Settings, password policies; Online scheduled task configuration; Support cluster, support SAAS; Support for multiple data sources
两个问题:
1、ReadMe 里"快速体验"里第4点运行bin\init-db.bat脚本,应改为 运行db\init-db.bat脚本
2、运行 bin\run-tomcat7.bat 后提示 The content of element type "resultMap" must match,是因为"\src\main\resources\mappings\modules\sys\RoleDao.xml" 的配置有问题,做如下改动才可以
两个问题: 1、ReadMe 里"快速体验"里第4点
运行bin\init-db.bat脚本
,应改为运行db\init-db.bat脚本
2、运行bin\run-tomcat7.bat
后提示The content of element type "resultMap" must match
,是因为"\src\main\resources\mappings\modules\sys\RoleDao.xml" 的配置有问题,做如下改动才可以