lbw
cba03f43b1
💄 Updating the UI and style files. 🐛 炫彩主题下遮罩层在表单上面,无法编辑内容
2022-08-13 12:19:40 +08:00
lbw
c952dc3a62
🔖 Releasing / Version tags. 3.5.2
2022-08-07 14:57:28 +08:00
lbw
8abb1e4278
Merge remote-tracking branch 'origin/master'
2022-07-25 15:27:27 +08:00
bawwtracs
e6d29d4c0d
update pig-visual/pig-codegen/src/main/resources/template/avue/index.vue.vm.
...
确认删除的时候,点击取消,这个promise会报 Uncaught (in promise) cancel
2022-07-21 21:24:05 +00:00
付绪壮
1947640919
♻️ 重构代码代码生成器
2022-07-21 03:45:33 +08:00
付绪壮
75ec53b715
♻️ 重构代码代码生成器
2022-07-21 03:41:28 +08:00
lbw
3d9e0be72f
🔖 Releasing / Version tags. 3.5.1
2022-06-20 09:58:34 +08:00
lbw
076139a7e2
🔖 Releasing / Version tags. 3.5.0 SAS 支持
2022-06-06 09:59:29 +08:00
lbw
f2f90b3844
🔖 Releasing / Version tags. 3.5.0-snapshot
2022-05-30 11:30:19 +08:00
lbw
5fec7823c7
🔖 Releasing / Version tags. 3.4.10
2022-05-26 13:47:55 +08:00
lbw
1472028923
🐛 Fixing a bug. close #I56STN 修改openapi 注解错误 @Schema(title='xxxx')
2022-05-10 22:30:40 +08:00
Fxz
88f8d5223e
🐛 主键值写死 新增时mybatis-plus不能自动更生成主键
2022-05-03 09:29:28 +08:00
付绪壮
2de7b4fafb
🔧 删除配置文件中过期属性
2022-04-21 16:17:14 +08:00
lbw
406057d755
🔖 Releasing / Version tags. 3.4.9
2022-04-20 00:40:41 +08:00
卢本伟
5c4ffc5c9e
♻️ Refactoring code. 重构依赖 common-mybatis 不关联数据源
2022-04-09 20:45:42 +08:00
qraddx
153de26c04
✨ Introducing new features. close #I4ZOTH swagger2 迁移至 springdoc
2022-03-27 23:18:38 +08:00
qraddx
3fbb9f4539
🔖 Releasing / Version tags. v3.4.7
2022-03-21 15:30:12 +08:00
qraddx
779efce608
🔖 Releasing / Version tags. 3.4.6 拥抱全新的配置文件加载方式
2022-03-04 14:27:42 +08:00
qraddx
b96be5d287
⬆️ Upgrading dependencies. up spring cloud alibaba 2021.0.1.0
2022-03-04 14:24:34 +08:00
qraddx
7cd440eee5
🎉 🎉 🎉 v3.4.5 up spring cloud 2021.0.1 & nacos 2.0.4
2022-02-21 16:14:47 +08:00
qraddx
bd1053e682
🎉 🎉 🎉 v3.4.4 祝大家新年快乐、阖家幸福
2022-01-30 00:15:49 +08:00
Hooper
3843a97d27
removeByDsId 方法dsId 类型修改为Long
2022-01-19 03:40:42 +00:00
Hooper
5071e53b2b
removeByDsId 方法dsId 类型修改为Long
2022-01-19 03:40:04 +00:00
Hooper
be02587e61
修复表单管理删除时报错
2022-01-19 03:26:11 +00:00
Hooper
4b9073e920
修复生成数据源管理删除时报错
2022-01-19 03:25:16 +00:00
lbw
ab9aebb2c9
🐛 Fixing a bug. 代码生成主键类型不匹配
2022-01-07 11:47:41 +08:00
lbw
1b93235b72
🐛 Fixing a bug. 代码生成主键类型不匹配
2022-01-07 11:36:59 +08:00
lishangbu
a86793fe4a
🔖 Releasing / Version tags. v3.4.3.Happy new year.
2021-12-31 22:43:02 +08:00
lishangbu
d8bf207225
♻️ Refactoring code.优化swagger文档展示效果
2021-12-31 22:36:34 +08:00
lishangbu
7580baafef
💥 Introducing breaking changes.使用mybatis plus的雪花算法主键策略作为默认策略
2021-12-24 20:26:25 +08:00
lbw
d70b1a65da
✨ Introducing new features. 兼容适配 spring cloud 2021
2021-12-04 08:04:27 +08:00
lengleng
b3b6bb6fa7
🔖 Releasing / Version tags. v3.4.1
2021-11-15 12:30:55 +08:00
MicLng
0856784bcd
🔇 删除驱动字段,高版本自动SPI 注入
2021-11-10 16:45:07 +08:00
MicLng
333c535504
🐛 Fixing a bug. close #I4HNIT 表单设计器 不能回显字段
2021-11-10 13:55:02 +08:00
MicLng
3ce61d2f7a
🔖 Releasing / Version tags. 3.4.0
...
🔖 Releasing / Version tags. 3.4.0
2021-10-19 13:53:11 +08:00
MicLng
14eb346f1c
feat(pig-common-datasource): 修复写死为MySQL驱动的问题
...
1.此处存在疑问,一般情况下的设置,都是需要写driver class name的,完全不需要写死成MySQL
2021-10-18 09:51:52 +08:00
huyuanxin
f44846ac64
feat(pig-common-datasource): 修复写死为MySQL驱动的问题
...
1.此处存在疑问,一般情况下的设置,都是需要写driver class name的,完全不需要写死成MySQL
2021-10-08 19:41:55 +08:00
huyuanxin
0986ae44c1
feat(pig-codegen): 添加返回支持数据库类型的接口
2021-10-08 19:36:16 +08:00
云彩ing
72c4b68279
java 17
2021-09-16 10:15:15 +08:00
云彩ing
7fd0b46b4a
🐳 remove layer image
...
🐳 remove layer image
2021-09-12 23:18:30 +08:00
wjie
4a47c492ad
🍎 Fixing something on macOS. M1 ,nacos support zulu M1
2021-09-11 13:42:11 +08:00
wjie
bb8f51e3e7
🔖 🔖 🔖 v3.3.3 多模块 bom 管理
2021-08-26 14:14:22 +08:00
wjie
1ef1c7b1e2
🔖 🔖 🔖 v3.3.2 极简 excel 导入导出方案
2021-08-24 17:50:03 +08:00
wjie
2ced4bfcce
🔖 🔖 🔖 v3.3.1 极简 excel 导入导出方案
2021-08-24 17:00:56 +08:00
wjie
b86defa0a8
🐛 Fixing a bug. closed #I470JA generatorMapper 执行count 查询 控制台warning
2021-08-24 16:07:56 +08:00
wjie
90f2d509bc
♻️ Refactoring code. 完善代码生成,elemenet 风格生成细节处理
2021-08-11 18:41:34 +08:00
wjie
4b97369107
🔖 Releasing / Version tags. v3.3.0 closed #I44WHY
2021-08-11 11:37:43 +08:00
wjie
9cf7913447
⚡ 优化代码生成,去除公共字段生成
2021-08-09 23:10:09 +08:00
wjie
21a66a54e5
✨ Introducing new features. closed #I44EYC 使用mybatis-plus 的自动填充策略重构 审计字段
2021-08-09 22:24:13 +08:00
wjie
1c8a41506b
✨ Introducing new features. closed #I44EYC 使用mybatis-plus 的自动填充策略重构 审计字段
2021-08-09 15:51:37 +08:00
lht
d3839397fa
🐛 Fixing a bug. closed #I44950 代码生成问题,页面显示为数据库字段名而不是备注
2021-08-07 14:20:41 +08:00
lbw
6b7137968d
🔖 Releasing / Version tags. v3.2.3
2021-08-01 14:39:41 +08:00
lbw
850ef630e2
🎨 Improving structure / format of the code.
2021-07-31 16:05:28 +08:00
lbw
1aa9e1d4b0
✨ Introducing new features. closed #I42RUU 【新需求】代码生成支持原生element 代码作为avue 的补充
2021-07-31 16:01:32 +08:00
lbw
733d91c577
🔖 Releasing / Version tags. v3.2.2
2021-07-11 14:47:10 +08:00
lbw
7bf334c90f
🔖 🔖 🔖 v3.2.1 support spring cloud 2020.0.3
2021-05-29 12:47:34 +08:00
lbw
7db288afc1
🔖 🔖 🔖 v3.2.0 support spring boot 2.5
...
🔖 🔖 🔖 v3.2.0 support spring boot 2.5
🔖 🔖 🔖 v3.2.0 support spring boot 2.5
2021-05-21 11:49:44 +08:00
lbw
cc77466d2e
⬆️ spring security oauth 2.5.1.RELEASE
2021-05-06 09:55:21 +08:00
lbw
933f2ecea1
⬆️ nacos 2.0.1
2021-05-02 10:49:36 +08:00
lbw
7e503dbfa7
🔖 Releasing / Version tags. 3.1.3.M1
2021-04-26 14:06:52 +08:00
lbw
2beb598ec0
🔖 Releasing / Version tags. v3.1.2
2021-04-22 09:06:24 +08:00
刘海涛
b5e03fd9d1
代码生成器解决postgresql数据库表字段char类型转换为unknowType的问题
2021-04-15 17:08:15 +08:00
lbw
c195088233
✨ Introducing new features. 适配动态数据源 3.3.x
2021-04-12 20:27:57 +08:00
lbw
34ae6b2f0c
✨ Introducing new features. 适配动态数据源 3.3.x
2021-04-12 17:41:47 +08:00
lengleng
1ddf971c86
🔖 🔖 🔖 Releasing / Version tags. v3.1.1
2021-04-12 14:53:30 +08:00
lengleng
54b5534d74
🔖 Releasing / Version tags. 3.1.0
2021-03-22 15:45:56 +08:00
lengleng
4c5e337baa
🔖 Releasing / Version tags. 3.1.0
2021-03-21 15:28:15 +08:00
lengleng
6d7f12e018
🔖 Releasing / Version tags. 3.0.5
2021-02-19 20:55:18 +08:00
lengleng
95490f8a97
🔥 Removing code or files. @SpringCloudApplication
2021-02-14 20:22:33 +08:00
lbw
51c19b49fe
🔖 🔖 🔖 v3.0.4 spring cloud 2020.0.1 重构 archetype
2021-01-30 16:28:02 +08:00
lbw
483966c609
🎉 🎉 🎉 v3.0.3 spring cloud 2.2.4 & spring boot 2.4.2
2021-01-16 12:08:40 +08:00
lbw
c47147bbf8
🔖 Releasing / Version tags. 3.0.2 fix parent 错误版本号
2021-01-07 12:54:59 +08:00
lengleng
28da77cb4a
🔖 Releasing / Version tags. 3.0.1
...
🔖 Releasing / Version tags. 3.0.1
2021-01-07 10:41:04 +08:00
lengleng
295d571d34
🎉 🎉 🎉 3.0 support spring cloud 2020
2020-12-23 13:31:10 +08:00
lengleng
d7ce51e0b1
🔖 Releasing / Version tags. 3.0.0.RC1 support spring cloud 2020
...
🔖 Releasing / Version tags. 3.0.0.RC1 support spring cloud 2020
aa
2020-12-23 12:23:13 +08:00
lengleng
57860066b2
⬆️ Upgrading dependencies. spring cloud 2020
2020-12-23 10:34:55 +08:00
lengleng
8077daab0a
🔖 Releasing / Version tags. 2.10.4-SNAPSHOT
2020-12-17 16:05:02 +08:00
lbw
0c7a679bfa
🔖 Releasing / Version tags. 2.10.3 down nacos version
2020-11-26 12:15:21 +08:00
jovlog
878aac7abc
🐛 Fixing a bug. #I25JZN 代码生成中的预览、下载出错
2020-11-16 17:24:59 +08:00
阿亮
21ceb75c1e
🔖 Releasing / Version tags. 2.10.2
2020-11-15 17:08:21 +08:00
lifenow
4c44a7052b
⬆️ Upgrading dependencies. nacos 1.4.0 https://gitee.com/log4j/pig/issues/I249CF
2020-11-10 21:21:11 +08:00
pig777
7f1f31c203
🔖 Releasing / Version tags. 2.10.1 support spring boot 2.3.5
2020-11-01 16:28:45 +08:00
一朵梨花压海棠
88aa9d8e78
✨ Introducing new features. 支持生成代码预览 https://gitee.com/log4j/pig/issues/I1WQ3C
2020-10-09 14:59:28 +08:00
let-go
4af0b1aa89
🐳 Work about Docker. 优化分层镜像的 Base FROM 镜像
...
🔖 🔖 🔖 Releasing / Version tags. 2.10.0
✨ Introducing new features. support docker layer image
2020-10-04 16:04:16 +08:00
cj
c4e2bbb8cc
#I1XCQO 优化docker镜像构建 https://gitee.com/log4j/pig/issues/I1XCQO
2020-10-01 18:03:55 +08:00
冷冷
1f53e42be8
✨ Introducing new features. spring security oauth2.0 单元测试封装
2020-09-24 14:08:20 +08:00
sxp
9af2b1d38b
🔖 Releasing / Version tags. 2.9.1 spring boot 2.3.4 & sca 2.2.3
2020-09-19 14:46:02 +08:00
ahantx
030950590f
🔖 Releasing / Version tags. 2.9.1-snapshot
2020-09-18 11:52:58 +08:00
wangyifei
f2ee77d468
🐳 Optimize image and Shrink size | closed #I1VKO2
2020-09-17 09:27:05 +08:00
DevOps
8b63d97844
🎉 🎉 🎉 v2.9.0 | wiki.pig4cloud.com
...
🎉 🎉 🎉 v2.9.0 | wiki.pig4cloud.com
2020-09-14 21:42:00 +08:00
冷冷
9285874ed5
✨ up dynamic-datasource-spring-boot-starter 3.2.0
...
. close #I1PW26 #I1PYJ9 up
2020-08-03 13:28:47 +08:00
冷冷
38802bfdf5
🔖 Releasing / Version tags. 2.8.1
2020-07-26 23:11:18 +08:00
pig666
a060f8d7b8
🔖 Releasing / Version tags. 2.8
2020-06-23 17:40:26 +08:00
pig666
58331006d7
🔊 add logback-spring.xml disable nacos log
2020-06-23 15:39:04 +08:00
东哥兄弟
3b4e8f6eda
⏪ Reverting changes. Dockerfile remove wait-for-it
2020-06-23 11:04:30 +08:00
东哥兄弟
34c580edd8
🐳 Work about Docker. 统一 Dockerfile base 镜像
2020-06-22 23:05:56 +08:00
lengleng
2ba85bce83
🔖 Releasing / Version tags. 2.8.0
2020-06-22 22:14:42 +08:00
lengleng
88a612ed7c
🎨 改进结构和代码格式. spring java format
2020-06-14 18:35:38 +08:00
lengleng
6f904f8649
✨ Introducing new features. 支持 sentinel
2020-06-11 16:52:05 +08:00
冷冷
23ae86549f
🎉 Hoxton.RELEASE、Nacos Server
...
🎉 Hoxton.RELEASE、Nacos Server
🎉 Hoxton.RELEASE、Nacos Server
🎉 Hoxton.RELEASE、Nacos Server
🎉 Hoxton.RELEASE、Nacos Server
🎉 Hoxton.RELEASE、Nacos Server
🎉 Hoxton.RELEASE、Nacos Server
2019-11-29 20:07:54 +08:00