jeesite icon indicating copy to clipboard operation
jeesite copied to clipboard

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 butt...

Results 108 jeesite issues
Sort by recently updated
recently updated
newest added

当我配置完后运行项目就会出现下面异常 `严重: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: /WEB-INF/views/modules/sys/sysLogin.jsp(3,0) Unable to read TLD "META-INF/c.tld" from JAR file "file:/E:/MyFile/java/spring/.metadata/.me_tcat/webapps/jeesite/WEB-INF/lib/jstl-1.2.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)...

麻烦提供一个详细的例子,我看文档那个不太会用

controller接收方法 打印接收到的json字符串出现以下怪异状况: {&quot name &quot:&quot jason &quot} 而不是{"name":"jason"} 双引号被转译了。。。。。。。。。。。。。。。

能否增加多国语言支持?

如果把这两个项目集成进来真的很完美 作者Liuzh_533 1. 通用mapper: https://github.com/abel533/Mapper 2.分页插件: https://github.com/pagehelper/Mybatis-PageHelper

![image](https://cloud.githubusercontent.com/assets/8555481/23778963/7047db06-0578-11e7-9488-52bc53312cfe.png) AreaDao.xml中为什么要关联sys_office表,LEFT JOIN sys_office p ON p.id = a.parent_id这块的sys_office我觉得应该是sys_area,是不是写错了呀,求解

com.thinkgem.jeesite.common.utils.excel.ExportExcel.java 工具类poi导出excel时,并没有对BigDecimal这一关键类型数据进行处理;BigDecimal类型在银行、金融相关领域比较常用。虽然在导出时会获得正确的excel文件数据,但因实际无对应类型转换log会有ClassCastException记录。建议增加处理,poi无对应 BigDecimal方法签名,可转double; ![image](https://cloud.githubusercontent.com/assets/11422370/23888267/06cb01ec-08c2-11e7-8b53-7eeab26c2e8c.png)

ERMaster 导出ddl只有oracle的,怎么导出mysql的呢