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

jeesite的maven中央仓库不能用了? ![image](https://cloud.githubusercontent.com/assets/6148070/23695213/ffc56d4a-0418-11e7-9368-7a0af665e61e.png)

这里只对BoundSql的metaParameters设值了 但并没有对additionalParameters设值 在SQLHelper67行处理foreach的时候,__frch开头的属性boundSql.hasAdditionalParameter(prop.getName()) 将会是false. 于是通过反射取值 `else { value = metaObject == null ? null : metaObject.getValue(propertyName); }` 然后便会报org.apache.ibatis.reflection.ReflectionException

jquery-1.8.3.min.js:2 Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://192.168.2.117:8080" from accessing a frame with origin "http://ht.www.sogou.com". Protocols, domains, and ports must match....

找了好几天了,也找不到方法,求大神指教

jeesite在服务器上增加了nginx后,登录时输入用户名密码后回到了登录界面 nginx配置如下 location / { proxy_pass http://mycluster; proxy_set_header X-Real-IP $remote_addr; } location ~ .*\.(htm|html|gif|jpg|jpeg|png|bmp|swf|ioc|rar|zip|txt|flv|mid|doc|ppt|pdf|xls|mp3|wma)$ { root /usr/local/webapps; expires 30d; } location ~ .*\.(js|css)?$ { root /usr/local/webapps; expires 1h; }

List historicActivityInstances = historyService.createHistoricActivityInstanceQuery() .processInstanceId(processInstanceId) //order by startime asc is not correct. use default order is correct. // .orderByHistoricActivityInstanceStartTime().asc()/*.orderByActivityId().asc()*/ .list(); 这一部分无论是将查出的历史流程实例按什么排序,流程跟踪时红色标注都不准确。

在使用mssql(2008)生成代码时,GenDataBaseDictDao.xml中的 SELECT t.name AS name,b.value AS comments会报错:com.microsoft.sqlserver.jdbc.SQLServerException: 不支持“variant”数据类型。 改成SELECT t.name AS name,cast(b.[value] as varchar(500)) AS comments后,不再报错。 另外(t.ORDINAL_POSITION * 10) AS sort,isnull(g.[value], '') AS comments, 这个语句我也改成了(t.ORDINAL_POSITION * 10) AS sort,isnull(cast(g.[value] as...

![issue](https://user-images.githubusercontent.com/4971728/27465716-da07aa76-5807-11e7-92c0-739d2dac7052.png)