Commit e039c90b0b4df8d0acb262a72535b18af21a0097
1 parent
659b4584
Jeecg-Boot 2.0.1 版本发布,前后端分离快速开发平台
Showing
10 changed files
with
12 additions
and
95 deletions
README.md
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | Jeecg-Boot 快速开发平台(前后端分离版本) |
7 | 7 | =============== |
8 | 8 | |
9 | -当前最新版本: 2.0.0(发布日期:20190520) | |
9 | +当前最新版本: 2.0.1(发布日期:20190603) | |
10 | 10 | |
11 | 11 | [](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE) |
12 | 12 | [](https://blog.csdn.net/zhangdaiscott) |
... | ... |
V2.0 版本升级日志.txt deleted
1 | -版本更新日志 | |
2 | - | |
3 | -1.java项目结构重构,采用maven多模块module构建 | |
4 | -2.数据库兼容专项改造工作,支持mysql、oracle、SqlServer提供了对应脚本 | |
5 | -3.表单权限实现(可控制字段隐藏、字段禁用) | |
6 | -4.数据权限完善(实现组织机构自动注入逻辑、用户拥有多部门采用选择部门登录机制 等等) | |
7 | -5.完善加强行编辑表格控件 JEditableTable | |
8 | -6.完善导出导入逻辑,采用shiro权限控制,解决获取不到登录人问题 | |
9 | -7.封装JTreeTable组件,异步加载树列表 | |
10 | -8.完善打印组件,支持canvas报表自适应打印 | |
11 | -9.登陆增加验证码 | |
12 | -10.封装共通组件:用户选择控件、部门选择组件、选择多用户排序组件等 | |
13 | -11.消息模板支持富文本编辑器 | |
14 | -12.添加菜单默认路由类型,智能补数据功能的bug修复 | |
15 | -13.字典标签支持disabled属性、支持radio类型 | |
16 | -14.监控页面重构 | |
17 | -15.新增磁盘监控功能 | |
18 | -16.新增在线pdf预览功能 | |
19 | -17.新增分屏功能 | |
20 | -18.解决用户管理新增上传图片无法修改图片的问题 | |
21 | -19.代码生成器模板功能完善,追加注解自动生成swaagerUI接口文档 | |
22 | -20.集成boostrap风格swaggerUI在线文档 | |
23 | -21.重构在线定时任务,启动bug解决 | |
24 | -22.springboot版本升级2.1.3 | |
25 | -23.重构获取用户菜单和权限方法,通过token获取,接口更安全 | |
26 | -24.online导入导出(一对多)完善 | |
27 | -25.类注释不规范修改 | |
28 | -26.升级autopoi版本,解决发布后导入路径问题 | |
29 | -27.新增我的部门管理功能 | |
30 | -28.首页菜单优化,支持单独滚动,上方菜单模式支持IE | |
31 | -29.图片预览插件 | |
32 | -30.图片翻页功能 | |
33 | -31.图片拖拽排序示例 | |
34 | -32.常用组件各种封装和示例代码 | |
35 | -33.多选checkbox组件封装 | |
36 | -34.提供数据快照功能,记录单据每次变更内容 | |
37 | -35.图形报表封装组件完善,提供对应的示例和文档 | |
38 | -36.封装JCodeEditor组件,在线编码编辑器 | |
39 | -37.封装下拉多选组件 | |
40 | - | |
41 | -Issues解决清单: | |
42 | - | |
43 | -https://github.com/zhangdaiscott/jeecg-boot/issues/104 | |
44 | -https://github.com/zhangdaiscott/jeecg-boot/issues/97 | |
45 | -https://github.com/zhangdaiscott/jeecg-boot/issues/90 | |
46 | -https://github.com/zhangdaiscott/jeecg-boot/issues/89 | |
47 | -https://github.com/zhangdaiscott/jeecg-boot/issues/87 | |
48 | -https://github.com/zhangdaiscott/jeecg-boot/issues/82 | |
49 | -https://github.com/zhangdaiscott/jeecg-boot/issues/81 | |
50 | -https://github.com/zhangdaiscott/jeecg-boot/issues/79 | |
51 | -https://github.com/zhangdaiscott/jeecg-boot/issues/77 | |
52 | -https://github.com/zhangdaiscott/jeecg-boot/issues/73 | |
53 | -https://github.com/zhangdaiscott/jeecg-boot/issues/70 | |
54 | -https://github.com/zhangdaiscott/jeecg-boot/issues/65 | |
55 | -https://github.com/zhangdaiscott/jeecg-boot/issues/61 | |
56 | -https://github.com/zhangdaiscott/jeecg-boot/issues/38 | |
57 | - | |
58 | - | |
59 | - | |
60 | - | |
61 | -v1.1升级到v2.0 升级不兼容问题 | |
62 | - | |
63 | - 1. 混入js更名 | |
64 | - src/mixins/JEditableTableOneToManyMixin.js --rename--> JEditableTableMixin.js | |
65 | - 修改方案: 全文搜索JEditableTableOneToManyMixin替换为JEditableTableMixin | |
66 | - | |
67 | - | |
68 | - 2.excel导入逻辑 | |
69 | - 需要设置headers参数,因为导入导出都加了shiro控制 | |
70 | - 给<a-upload 标签加上 :headers="tokenHeader" | |
71 | - 3.excel导出逻辑,需要制定导出文件名字 | |
72 | - handleExportXls('导出excel名字') | |
73 | - | |
74 | - 4. 样式冲突问题 | |
75 | - 全文搜索ant-layout-content删除下面一段代码 | |
76 | - | |
77 | - .ant-layout-content { | |
78 | - margin: 12px 16px 0 !important; | |
79 | - } | |
80 | - | |
81 | - 5.所有页面样式没有scoped的加上 | |
82 | - <style scoped> | |
83 | - | |
84 | - 6.获取用户共通方法变更 | |
85 | - V2.0版本: LoginUser sysUser = (LoginUser)SecurityUtils.getSubject().getPrincipal(); | |
86 | 0 | \ No newline at end of file |
ant-design-jeecg-vue/README.md
ant-design-jeecg-vue/package.json
jeecg-boot/README.md
jeecg-boot/jeecg-boot-base-common/.gitignore
0 → 100644
1 | +/target/ | |
... | ... |
jeecg-boot/jeecg-boot-base-common/pom.xml
... | ... | @@ -3,12 +3,12 @@ |
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>jeecg-boot-base-common</artifactId> |
6 | - <version>2.0.0</version> | |
6 | + <version>2.0.1</version> | |
7 | 7 | |
8 | 8 | <parent> |
9 | 9 | <groupId>org.jeecgframework.boot</groupId> |
10 | 10 | <artifactId>jeecg-boot-parent</artifactId> |
11 | - <version>2.0.0</version> | |
11 | + <version>2.0.1</version> | |
12 | 12 | </parent> |
13 | 13 | |
14 | 14 | <repositories> |
... | ... |
jeecg-boot/jeecg-boot-module-system/.gitignore
0 → 100644
1 | +/target/ | |
... | ... |
jeecg-boot/jeecg-boot-module-system/pom.xml
... | ... | @@ -3,12 +3,12 @@ |
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>jeecg-boot-module-system</artifactId> |
6 | - <version>2.0.0</version> | |
6 | + <version>2.0.1</version> | |
7 | 7 | |
8 | 8 | <parent> |
9 | 9 | <groupId>org.jeecgframework.boot</groupId> |
10 | 10 | <artifactId>jeecg-boot-parent</artifactId> |
11 | - <version>2.0.0</version> | |
11 | + <version>2.0.1</version> | |
12 | 12 | </parent> |
13 | 13 | |
14 | 14 | <repositories> |
... | ... |
jeecg-boot/pom.xml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.jeecgframework.boot</groupId> |
4 | 4 | <artifactId>jeecg-boot-parent</artifactId> |
5 | - <version>2.0.0</version> | |
5 | + <version>2.0.1</version> | |
6 | 6 | <packaging>pom</packaging> |
7 | 7 | |
8 | 8 | <parent> |
... | ... | @@ -51,7 +51,7 @@ |
51 | 51 | </repositories> |
52 | 52 | |
53 | 53 | <properties> |
54 | - <jeecgboot.common.version>2.0.0</jeecgboot.common.version> | |
54 | + <jeecgboot.common.version>2.0.1</jeecgboot.common.version> | |
55 | 55 | <java.version>1.8</java.version> |
56 | 56 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
57 | 57 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
... | ... |