Commit Graph

250 Commits

Author SHA1 Message Date
冷冷
e6b922eff0 fix(代码生成): 代码生成时报错,提示java.lang.NoSuchMethodError
Closes IB46N7
2024-11-14 09:29:25 +08:00
2331890842@qq.com
47a7e8ed51 fix(日志): logback生成日志文件,彩色日志格式会出现乱码 2024-10-21 09:58:10 +08:00
冷冷
1d1b4706c3 fix(代码生成): 读取表信息去掉缓存,避免数据库同步修改 2024-08-27 13:20:07 +08:00
冷冷
f153c8a4f5 upgrade(codegen): up anyline 20240808 2024-08-13 10:02:05 +08:00
冷冷
6e91a1d9d4 upgrade(codegen): anyline 8.7.2 2024-07-22 13:40:53 +08:00
renovate[bot]
7ad1e5b311
fix(deps): update anyline.version to v8.7.2-20240720 2024-07-21 08:14:48 +00:00
冷冷
c214e935ce
up anyline 8.7.2-jdk17-20240719 2024-07-21 16:14:20 +08:00
renovate[bot]
d91d2f1f5e
fix(deps): update anyline.version to v8.7.2-20240717 2024-07-18 07:10:05 +00:00
冷冷
c0b599c47b refactor(代码生成): 新增 opensource true 参数
通过此参数获取开源版本的模板,方便定制
2024-07-16 11:16:49 +08:00
冷冷
e1952d500b feat(up anyline): 升级 anyline 8.7.2-jdk17-20240715 2024-07-15 23:34:46 +08:00
冷冷
ebb0bb5363 feat(up anyline): 升级 anyline 8.7.2-jdk17-20240712 2024-07-15 23:32:22 +08:00
冷冷
25f783abdd
Merge pull request #1074 from pig-mesh/renovate/anyline.version
fix(deps): update anyline.version to v8.7.2-20240715
2024-07-15 23:27:13 +08:00
冷冷
3f5e7d2362 style(代码生成): 2024-07-15 23:23:19 +08:00
renovate[bot]
59e39290bd
fix(deps): update anyline.version to v8.7.2-20240715 2024-07-15 15:19:48 +00:00
冷冷
921732ab68 feat(代码生成): 支持anyline 动态获取表元数据
- 1. 支持代码生成模板 从 github获取
- 2. 重构代码生成的默认值从配置类获取
2024-07-15 23:16:29 +08:00
冷冷
c8d4eeb1c5 refactor(全局接口): 替换 HasPermisson 表达式 ,简化接口权限判断表达式
feat(全局):

@HasPermission("XXX")
@PreAuthorize("@pms.hasPermission('XXX')")
2024-07-15 11:54:55 +08:00
冷冷
5117f5dd0c
ADD docker mirror aliyun 2024-06-07 20:04:45 +08:00
冷冷
4d43c7f65d 🐛 fix 单体编译失败问题问题 2024-05-29 16:47:39 +08:00
冷冷
eebcd80cf7 ♻️ pom.xml 指定默认profile 避免执行命令不携带profile 2024-05-20 23:14:25 +08:00
冷冷
c629c6a9f4 ♻️ 重构代码.优化 quartz 配置,不常用配置抽取至 quartz-config.yml 2024-04-18 22:53:12 +08:00
冷冷
1a82b7b00c 🔖 Releasing / Version tags. 3.8.0-SNAPSHOT 2024-04-04 21:35:19 +08:00
冷冷
3d5e1e432c ♻️ Refactoring code. 删除无用代码导入 2024-03-28 14:19:34 +08:00
冷冷
c4483ebb11 🎨 Improving structure / format of the code. 格式化代码 2024-03-28 14:17:04 +08:00
冷冷
3c2bd9ce53 fix:
1.数据库修改sys_job 任务名+组名为唯一key
2.新增添加重复任务名+组名判断
3.新增启动定时任务和执行定时任务时判断是否在调度器中,解决添加任务后重启导致quartz任务丢失无法启动的bug
2024-03-28 14:15:41 +08:00
renovate[bot]
c8f14efcd8
Update alibabadragonwell/dragonwell Docker tag to v21 2024-03-03 10:33:09 +00:00
lbw
6c2c989e42 🔖 Releasing / Version tags. v3.7.4 2024-01-28 21:02:51 +08:00
lbw
f8214e5045 Merge branch 'jdk17-dev' into jdk17
# Conflicts:
#	README.md
2024-01-03 14:42:28 +08:00
lbw
0f5018e33c 🔖 Releasing / Version tags. 3.7.3 2024-01-03 14:41:20 +08:00
lbw
8edf693d7a ⬆️ Upgrading dependencies. mybatis-plus 3.5.5 修改依赖坐标 2024-01-03 13:42:03 +08:00
TwelveT
35e2085468 使用with代替apply 2023-12-13 18:14:32 +08:00
lbw
7c6ad1b55f 🔖 Releasing / Version tags. 适配 springboot 3.2 + spring cloud 2023 2023-12-07 13:04:09 +08:00
lbw
fd36d64f39 ♻️ Refactoring code. 适配 springboot 3.2 + spring cloud 2023 2023-12-07 13:01:55 +08:00
lbw
26d39e6ea6 🎨 Improving structure / format of the code. 格式化代码 2023-10-25 10:46:22 +08:00
徐晓伟
67890561b4 🐛 修正 quartz docker 镜像暴露的端口 2023-09-20 17:14:04 +08:00
lbw
9b192accc3 🐛 Fixing a bug. #I7YNE8 monitor模块开启安全验证登录页UI异常,注销登陆返回403 2023-09-05 14:08:52 +08:00
lbw
339c15f37c 🔖 Releasing / Version tags. 3.7.1-JDK17 2023-08-29 09:21:18 +08:00
lbw
cedb011aba ♻️ Refactoring code. 重构代码生成模块适配其他类型数据库 2023-08-28 22:58:22 +08:00
徐晓伟
2c17c684c0 🔧 优化 Dockerfile,减少层数
WORKDIR 可以自动创建文件夹,无需执行 mkdir 命令
2023-08-24 12:52:15 +08:00
lbw
95d0091c3e 🔒 Fixing security issues. 开启nacos 认证 2023-08-22 21:47:27 +08:00
lbw
3843162191 ♻️ Refactoring code.调整 logback-spring.xml 2023-08-08 18:54:36 +08:00
lbw
09a5a262f4 🔖 Releasing / Version tags. 3.7.0 适配 springboot3 生态 2023-07-21 14:57:23 +08:00
lbw
2f675791ca ♻️ Refactoring code. 重构quartz 代码 2023-07-12 16:26:34 +08:00
lbw
ecb3839141 🐛 Fixing a bug. quartz 提供官方脚本,避免强制大小写设置 2023-07-11 20:56:14 +08:00
lbw
04204cd8b5 🐳 Work about Docker. 修正 pig-quartz dockerfile 2023-07-10 13:09:03 +08:00
lbw
8941e8ee34 ♻️ Refactoring code. 格式化代码 2023-07-09 12:37:29 +08:00
lbw
2eef67fe79 ♻️ Refactoring code. swagger 接口文档 自动注册发现 2023-07-08 00:42:41 +08:00
lbw
80096f2d88 🔖 Releasing / Version tags. 3.7.0-snapshot 2023-07-07 16:12:01 +08:00
lbw
8e2a302a73 Introducing new features. up springboot 3.1.0 2023-05-26 15:47:35 +08:00
TwelveT
4aaf739854 Spring Security 6.1 Lambda 2023-05-26 10:34:50 +08:00
TwelveT
bf154828ea 移除重复定义 2023-01-07 09:09:06 +08:00