Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
weixin_54676683
jeecg-boot
提交
d5067a08
J
jeecg-boot
项目概览
weixin_54676683
/
jeecg-boot
与 Fork 源项目一致
Fork自
jeecg / jeecg-boot
通知
1
Star
0
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
J
jeecg-boot
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
d5067a08
编写于
6月 03, 2019
作者:
JEECG低代码平台
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
jeecg-boot 2.0.1 版本发布
上级
3b66314b
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
12 addition
and
96 deletion
+12
-96
README.md
README.md
+1
-1
V2.0 版本升级日志.txt
V2.0 版本升级日志.txt
+0
-86
ant-design-jeecg-vue/README.md
ant-design-jeecg-vue/README.md
+1
-1
ant-design-jeecg-vue/package.json
ant-design-jeecg-vue/package.json
+1
-1
jeecg-boot/README.md
jeecg-boot/README.md
+1
-1
jeecg-boot/jeecg-boot-base-common/.gitignore
jeecg-boot/jeecg-boot-base-common/.gitignore
+1
-0
jeecg-boot/jeecg-boot-base-common/pom.xml
jeecg-boot/jeecg-boot-base-common/pom.xml
+2
-2
jeecg-boot/jeecg-boot-module-system/.gitignore
jeecg-boot/jeecg-boot-module-system/.gitignore
+1
-0
jeecg-boot/jeecg-boot-module-system/pom.xml
jeecg-boot/jeecg-boot-module-system/pom.xml
+2
-2
jeecg-boot/pom.xml
jeecg-boot/pom.xml
+2
-2
未找到文件。
README.md
浏览文件 @
d5067a08
...
...
@@ -6,7 +6,7 @@
Jeecg-Boot 快速开发平台(前后端分离版本)
===============
当前最新版本: 2.0.
0(发布日期:20190520
)
当前最新版本: 2.0.
1(发布日期:20190603
)
[
![AUR
](
https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg
)
](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE)
[
![
](
https://img.shields.io/badge/Author-Scott-orange.svg
)
](https://blog.csdn.net/zhangdaiscott)
...
...
V2.0 版本升级日志.txt
已删除
100644 → 0
浏览文件 @
3b66314b
版本更新日志
1.java项目结构重构,采用maven多模块module构建
2.数据库兼容专项改造工作,支持mysql、oracle、SqlServer提供了对应脚本
3.表单权限实现(可控制字段隐藏、字段禁用)
4.数据权限完善(实现组织机构自动注入逻辑、用户拥有多部门采用选择部门登录机制 等等)
5.完善加强行编辑表格控件 JEditableTable
6.完善导出导入逻辑,采用shiro权限控制,解决获取不到登录人问题
7.封装JTreeTable组件,异步加载树列表
8.完善打印组件,支持canvas报表自适应打印
9.登陆增加验证码
10.封装共通组件:用户选择控件、部门选择组件、选择多用户排序组件等
11.消息模板支持富文本编辑器
12.添加菜单默认路由类型,智能补数据功能的bug修复
13.字典标签支持disabled属性、支持radio类型
14.监控页面重构
15.新增磁盘监控功能
16.新增在线pdf预览功能
17.新增分屏功能
18.解决用户管理新增上传图片无法修改图片的问题
19.代码生成器模板功能完善,追加注解自动生成swaagerUI接口文档
20.集成boostrap风格swaggerUI在线文档
21.重构在线定时任务,启动bug解决
22.springboot版本升级2.1.3
23.重构获取用户菜单和权限方法,通过token获取,接口更安全
24.online导入导出(一对多)完善
25.类注释不规范修改
26.升级autopoi版本,解决发布后导入路径问题
27.新增我的部门管理功能
28.首页菜单优化,支持单独滚动,上方菜单模式支持IE
29.图片预览插件
30.图片翻页功能
31.图片拖拽排序示例
32.常用组件各种封装和示例代码
33.多选checkbox组件封装
34.提供数据快照功能,记录单据每次变更内容
35.图形报表封装组件完善,提供对应的示例和文档
36.封装JCodeEditor组件,在线编码编辑器
37.封装下拉多选组件
Issues解决清单:
https://github.com/zhangdaiscott/jeecg-boot/issues/104
https://github.com/zhangdaiscott/jeecg-boot/issues/97
https://github.com/zhangdaiscott/jeecg-boot/issues/90
https://github.com/zhangdaiscott/jeecg-boot/issues/89
https://github.com/zhangdaiscott/jeecg-boot/issues/87
https://github.com/zhangdaiscott/jeecg-boot/issues/82
https://github.com/zhangdaiscott/jeecg-boot/issues/81
https://github.com/zhangdaiscott/jeecg-boot/issues/79
https://github.com/zhangdaiscott/jeecg-boot/issues/77
https://github.com/zhangdaiscott/jeecg-boot/issues/73
https://github.com/zhangdaiscott/jeecg-boot/issues/70
https://github.com/zhangdaiscott/jeecg-boot/issues/65
https://github.com/zhangdaiscott/jeecg-boot/issues/61
https://github.com/zhangdaiscott/jeecg-boot/issues/38
v1.1升级到v2.0 升级不兼容问题
1. 混入js更名
src/mixins/JEditableTableOneToManyMixin.js --rename--> JEditableTableMixin.js
修改方案: 全文搜索JEditableTableOneToManyMixin替换为JEditableTableMixin
2.excel导入逻辑
需要设置headers参数,因为导入导出都加了shiro控制
给<a-upload 标签加上 :headers="tokenHeader"
3.excel导出逻辑,需要制定导出文件名字
handleExportXls('导出excel名字')
4. 样式冲突问题
全文搜索ant-layout-content删除下面一段代码
.ant-layout-content {
margin: 12px 16px 0 !important;
}
5.所有页面样式没有scoped的加上
<style scoped>
6.获取用户共通方法变更
V2.0版本: LoginUser sysUser = (LoginUser)SecurityUtils.getSubject().getPrincipal();
\ No newline at end of file
ant-design-jeecg-vue/README.md
浏览文件 @
d5067a08
Ant Design Jeecg Vue
====
当前最新版本: 2.0.
0(发布日期:20190518
)
当前最新版本: 2.0.
1(发布日期:20190603
)
Overview
----
...
...
ant-design-jeecg-vue/package.json
浏览文件 @
d5067a08
{
"name"
:
"vue-antd-jeecg"
,
"version"
:
"2.0.
0
"
,
"version"
:
"2.0.
1
"
,
"private"
:
true
,
"scripts"
:
{
"serve"
:
"vue-cli-service serve --open"
,
...
...
jeecg-boot/README.md
浏览文件 @
d5067a08
Jeecg-Boot 快速开发平台
===============
当前最新版本: 2.0.
0(发布日期:20190518
)
当前最新版本: 2.0.
1(发布日期:20190603
)
## 后端技术架构
...
...
jeecg-boot/jeecg-boot-base-common/.gitignore
0 → 100644
浏览文件 @
d5067a08
/target/
jeecg-boot/jeecg-boot-base-common/pom.xml
浏览文件 @
d5067a08
...
...
@@ -3,12 +3,12 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
jeecg-boot-base-common
</artifactId>
<version>
2.0.
0
</version>
<version>
2.0.
1
</version>
<parent>
<groupId>
org.jeecgframework.boot
</groupId>
<artifactId>
jeecg-boot-parent
</artifactId>
<version>
2.0.
0
</version>
<version>
2.0.
1
</version>
</parent>
<repositories>
...
...
jeecg-boot/jeecg-boot-module-system/.gitignore
0 → 100644
浏览文件 @
d5067a08
/target/
jeecg-boot/jeecg-boot-module-system/pom.xml
浏览文件 @
d5067a08
...
...
@@ -3,12 +3,12 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
jeecg-boot-module-system
</artifactId>
<version>
2.0.
0
</version>
<version>
2.0.
1
</version>
<parent>
<groupId>
org.jeecgframework.boot
</groupId>
<artifactId>
jeecg-boot-parent
</artifactId>
<version>
2.0.
0
</version>
<version>
2.0.
1
</version>
</parent>
<repositories>
...
...
jeecg-boot/pom.xml
浏览文件 @
d5067a08
...
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.jeecgframework.boot
</groupId>
<artifactId>
jeecg-boot-parent
</artifactId>
<version>
2.0.
0
</version>
<version>
2.0.
1
</version>
<packaging>
pom
</packaging>
<parent>
...
...
@@ -51,7 +51,7 @@
</repositories>
<properties>
<jeecgboot.common.version>
2.0.
0
</jeecgboot.common.version>
<jeecgboot.common.version>
2.0.
1
</jeecgboot.common.version>
<java.version>
1.8
</java.version>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录