smallchill
|
738f30931f
|
🎉 4.9.0.RELEASE 新增全栈AI开发Skills集合,新增全自动视图序列化机制
|
2026-04-18 16:54:02 +08:00 |
|
smallchill
|
3ceef202a2
|
⚡ 增加 APPLICATION_AI_NAME 常量
|
2026-04-18 01:19:14 +08:00 |
|
smallchill
|
6fc8c48677
|
✨ 新增BladeView视图序列化机制,支持按角色动态控制JSON输出字段
|
2026-04-18 01:19:07 +08:00 |
|
smallchill
|
80a2844c4a
|
🎉 4.8.0.RELEASE 新增接口权限模块,增强系统安全性
|
2026-01-15 01:31:35 +08:00 |
|
smallchill
|
92770ff35e
|
⬆️ 升级组件依赖版本
|
2026-01-05 22:40:29 +08:00 |
|
如梦技术
|
f56afb2eff
|
feat(swagger): 为SwaggerLauncherServiceImpl添加自动服务注解
- 引入AutoService注解
- 在SwaggerLauncherServiceImpl类上添加@AutoService(LauncherService.class)
- 实现LauncherService接口的自动注册功能
|
2025-12-02 11:10:18 +08:00 |
|
如梦技术
|
457c1d53f9
|
chore(deps): 更新多个依赖版本
- mica.auto 版本从 3.1.5 升级到 3.1.6
- spring 版本从 6.2.12 升级到 6.2.14
- spring.boot 版本从 3.5.7 升级到 3.5.8
- alibaba.cloud 版本从 2023.0.3.3 升级到 2023.0.3.4
- alibaba.nacos 版本从 3.1.0 升级到 3.1.1
|
2025-12-02 11:02:39 +08:00 |
|
如梦技术
|
886b76dde4
|
feat(pom): 引入 commons-lang3 依赖,避免低版本 commons-lang3 安全漏洞
|
2025-11-20 17:20:05 +08:00 |
|
如梦技术
|
4e757a8a0c
|
chore(deps): 移除 fastjson 1.x 依赖
|
2025-11-20 17:15:22 +08:00 |
|
如梦技术
|
c546b0e184
|
Merge pull request #153 from chillzhuang/dependabot/maven/dev/com.tencentcloudapi-tencentcloud-sdk-java-sms-3.1.1357
⬆️ Bump com.tencentcloudapi:tencentcloud-sdk-java-sms from 3.1.1281 to 3.1.1357
|
2025-11-17 08:25:46 +08:00 |
|
dependabot[bot]
|
8be8960722
|
⬆️ Bump com.tencentcloudapi:tencentcloud-sdk-java-sms
Bumps [com.tencentcloudapi:tencentcloud-sdk-java-sms](https://github.com/TencentCloud/tencentcloud-sdk-java) from 3.1.1281 to 3.1.1357.
- [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-java/blob/master/SERVICE_CHANGELOG.md)
- [Commits](https://github.com/TencentCloud/tencentcloud-sdk-java/compare/3.1.1281...3.1.1357)
---
updated-dependencies:
- dependency-name: com.tencentcloudapi:tencentcloud-sdk-java-sms
dependency-version: 3.1.1357
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-05 08:24:33 +00:00 |
|
如梦技术
|
ed99f6405a
|
Merge pull request #152 from chillzhuang/dependabot/maven/dev/de.codecentric-spring-boot-admin-starter-client-3.5.6
⬆️ Bump de.codecentric:spring-boot-admin-starter-client from 3.5.5 to 3.5.6
|
2025-11-04 08:37:55 +08:00 |
|
dependabot[bot]
|
a4eeffdc2c
|
⬆️ Bump de.codecentric:spring-boot-admin-starter-client
Bumps [de.codecentric:spring-boot-admin-starter-client](https://github.com/codecentric/spring-boot-admin) from 3.5.5 to 3.5.6.
- [Release notes](https://github.com/codecentric/spring-boot-admin/releases)
- [Commits](https://github.com/codecentric/spring-boot-admin/compare/3.5.5...3.5.6)
---
updated-dependencies:
- dependency-name: de.codecentric:spring-boot-admin-starter-client
dependency-version: 3.5.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-03 08:27:04 +00:00 |
|
如梦技术
|
7cb1960e1e
|
refactor(tool):优化OkHttpUtil工具类实现
- 将集合判空方式统一为isEmpty()方法
-优化字符串拼接时的引号使用
- 调整RequestBody.create()方法参数顺序
- 统一表单构建器的链式调用格式
- 移除无用的空行以提升代码可读性
|
2025-10-30 08:29:09 +08:00 |
|
如梦技术
|
3ba158b5d1
|
Merge pull request #150 from chillzhuang/dependabot/maven/dev/io.swagger.core.v3-swagger-annotations-jakarta-2.2.40
⬆️ Bump io.swagger.core.v3:swagger-annotations-jakarta from 2.2.39 to 2.2.40
|
2025-10-29 17:09:34 +08:00 |
|
dependabot[bot]
|
afcb45a27c
|
⬆️ Bump io.swagger.core.v3:swagger-annotations-jakarta
Bumps io.swagger.core.v3:swagger-annotations-jakarta from 2.2.39 to 2.2.40.
---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations-jakarta
dependency-version: 2.2.40
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-29 08:27:12 +00:00 |
|
如梦技术
|
9cb292bb9c
|
Merge pull request #149 from chillzhuang/dependabot/maven/dev/com.mysql-mysql-connector-j-9.5.0
⬆️ Bump com.mysql:mysql-connector-j from 9.4.0 to 9.5.0
|
2025-10-29 09:57:24 +08:00 |
|
dependabot[bot]
|
253fab2aab
|
⬆️ Bump com.mysql:mysql-connector-j from 9.4.0 to 9.5.0
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 9.4.0 to 9.5.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/9.4.0...9.5.0)
---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
dependency-version: 9.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-28 08:18:44 +00:00 |
|
如梦技术
|
6b43d98cd6
|
Merge pull request #146 from chillzhuang/dependabot/maven/dev/org.springframework-spring-framework-bom-6.2.12
⬆️ Bump org.springframework:spring-framework-bom from 6.2.11 to 6.2.12
|
2025-10-27 16:23:34 +08:00 |
|
dependabot[bot]
|
fee21bd6e8
|
⬆️ Bump org.springframework:spring-framework-bom
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.11 to 6.2.12.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12)
---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
dependency-version: 6.2.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-27 01:43:20 +00:00 |
|
如梦技术
|
6fc921b596
|
Merge pull request #147 from chillzhuang/dependabot/maven/dev/org.springframework.boot-spring-boot-dependencies-3.5.7
⬆️ Bump org.springframework.boot:spring-boot-dependencies from 3.5.6 to 3.5.7
|
2025-10-27 09:42:06 +08:00 |
|
dependabot[bot]
|
bebfdf33e9
|
⬆️ Bump org.springframework.boot:spring-boot-dependencies
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.5.6 to 3.5.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
dependency-version: 3.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-24 08:19:10 +00:00 |
|
如梦技术
|
fe9d0a8ce0
|
Merge pull request #144 from chillzhuang/dependabot/maven/dev/io.swagger.core.v3-swagger-annotations-jakarta-2.2.39
⬆️ Bump io.swagger.core.v3:swagger-annotations-jakarta from 2.2.38 to 2.2.39
|
2025-10-17 10:42:49 +08:00 |
|
如梦技术
|
98574a7282
|
Merge pull request #145 from chillzhuang/dependabot/maven/dev/com.qcloud-cos_api-5.6.257
⬆️ Bump com.qcloud:cos_api from 5.6.255.1 to 5.6.257
|
2025-10-17 10:42:34 +08:00 |
|
dependabot[bot]
|
5f4c24fb27
|
⬆️ Bump com.qcloud:cos_api from 5.6.255.1 to 5.6.257
Bumps [com.qcloud:cos_api](https://github.com/tencentyun/cos-java-sdk-v5) from 5.6.255.1 to 5.6.257.
- [Release notes](https://github.com/tencentyun/cos-java-sdk-v5/releases)
- [Changelog](https://github.com/tencentyun/cos-java-sdk-v5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tencentyun/cos-java-sdk-v5/commits)
---
updated-dependencies:
- dependency-name: com.qcloud:cos_api
dependency-version: 5.6.257
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-16 08:16:23 +00:00 |
|
dependabot[bot]
|
c0947564ef
|
⬆️ Bump io.swagger.core.v3:swagger-annotations-jakarta
Bumps io.swagger.core.v3:swagger-annotations-jakarta from 2.2.38 to 2.2.39.
---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations-jakarta
dependency-version: 2.2.39
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-14 08:23:46 +00:00 |
|
如梦技术
|
42994c563b
|
Merge pull request #138 from chillzhuang/dependabot/maven/dev/io.minio-minio-8.6.0
⬆️ Bump io.minio:minio from 8.5.17 to 8.6.0
|
2025-10-13 17:44:20 +08:00 |
|
如梦技术
|
3cf4f6f39c
|
Merge pull request #142 from chillzhuang/dependabot/maven/dev/com.alibaba-fastjson-2.0.59
⬆️ Bump com.alibaba:fastjson from 2.0.58 to 2.0.59
|
2025-10-13 17:44:08 +08:00 |
|
如梦技术
|
530a8e6f7f
|
✨ 开始 4.7.1-SNAPSHOT
|
2025-10-13 17:43:27 +08:00 |
|
dependabot[bot]
|
cd68519b16
|
⬆️ Bump com.alibaba:fastjson from 2.0.58 to 2.0.59
Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.58 to 2.0.59.
- [Release notes](https://github.com/alibaba/fastjson2/releases)
- [Commits](https://github.com/alibaba/fastjson2/compare/2.0.58...2.0.59)
---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
dependency-version: 2.0.59
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-13 08:40:57 +00:00 |
|
smallchill
|
e59b603f0d
|
🎉 4.7.0.RELEASE 新增i18n国际化组件,新增顶部菜单模块
|
2025-10-12 22:24:54 +08:00 |
|
smallchill
|
4729d7be3b
|
Merge remote-tracking branch 'origin/master'
|
2025-10-12 22:22:19 +08:00 |
|
smallchill
|
ac127cefc8
|
🎉 4.7.0.RELEASE 新增i18n国际化组件,新增顶部菜单模块
|
2025-10-12 22:21:10 +08:00 |
|
smallchill
|
9ba7a859da
|
✨ 添加 BaseService 基础方法
|
2025-10-11 17:54:48 +08:00 |
|
smallchill
|
2bb0dc2073
|
✨ 添加 i8n 国际化模块
|
2025-10-11 17:54:19 +08:00 |
|
如梦技术
|
929761ac34
|
Merge pull request #140 from chillzhuang/dependabot/maven/dev/org.apache.maven.plugins-maven-javadoc-plugin-3.12.0
⬆️ Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0
|
2025-10-11 16:31:09 +08:00 |
|
如梦技术
|
c27ac09636
|
Merge pull request #141 from chillzhuang/dependabot/maven/dev/org.sonatype.central-central-publishing-maven-plugin-0.9.0
⬆️ Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0
|
2025-10-11 16:30:54 +08:00 |
|
dependabot[bot]
|
925e818753
|
⬆️ Bump org.sonatype.central:central-publishing-maven-plugin
Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)
---
updated-dependencies:
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
dependency-version: 0.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-10 08:23:23 +00:00 |
|
dependabot[bot]
|
d1220ddb43
|
⬆️ Bump org.apache.maven.plugins:maven-javadoc-plugin
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.2 to 3.12.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.12.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-version: 3.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-10 08:22:54 +00:00 |
|
如梦技术
|
4b8364c506
|
Merge pull request #136 from chillzhuang/dependabot/maven/dev/org.apache.maven.plugins-maven-surefire-plugin-3.5.4
⬆️ Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4
|
2025-10-10 13:34:58 +08:00 |
|
如梦技术
|
4d4bf76214
|
Merge pull request #137 from chillzhuang/dependabot/maven/dev/net.dreamlu-mica-auto-3.1.5
⬆️ Bump net.dreamlu:mica-auto from 3.1.4 to 3.1.5
|
2025-10-10 13:34:35 +08:00 |
|
dependabot[bot]
|
bad254e105
|
⬆️ Bump io.minio:minio from 8.5.17 to 8.6.0
Bumps [io.minio:minio](https://github.com/minio/minio-java) from 8.5.17 to 8.6.0.
- [Release notes](https://github.com/minio/minio-java/releases)
- [Commits](https://github.com/minio/minio-java/compare/8.5.17...8.6.0)
---
updated-dependencies:
- dependency-name: io.minio:minio
dependency-version: 8.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-09 08:21:17 +00:00 |
|
dependabot[bot]
|
4d01cf6bc2
|
⬆️ Bump net.dreamlu:mica-auto from 3.1.4 to 3.1.5
Bumps [net.dreamlu:mica-auto](https://github.com/lets-mica/mica-auto) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/lets-mica/mica-auto/releases)
- [Changelog](https://github.com/lets-mica/mica-auto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lets-mica/mica-auto/commits)
---
updated-dependencies:
- dependency-name: net.dreamlu:mica-auto
dependency-version: 3.1.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-09 08:20:47 +00:00 |
|
dependabot[bot]
|
dc519ea3f9
|
⬆️ Bump org.apache.maven.plugins:maven-surefire-plugin
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-version: 3.5.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-09 08:20:32 +00:00 |
|
如梦技术
|
55c3e32102
|
Merge pull request #129 from chillzhuang/dependabot/maven/dev/org.springframework-spring-framework-bom-6.2.11
⬆️ Bump org.springframework:spring-framework-bom from 6.2.10 to 6.2.11
|
2025-10-09 09:23:30 +08:00 |
|
如梦技术
|
213c9b0dfa
|
Merge pull request #133 from chillzhuang/dependabot/maven/dev/io.swagger.core.v3-swagger-annotations-jakarta-2.2.38
⬆️ Bump io.swagger.core.v3:swagger-annotations-jakarta from 2.2.35 to 2.2.38
|
2025-10-09 09:23:12 +08:00 |
|
如梦技术
|
b7ba7908ee
|
Merge pull request #134 from chillzhuang/dependabot/maven/dev/de.codecentric-spring-boot-admin-starter-client-3.5.5
⬆️ Bump de.codecentric:spring-boot-admin-starter-client from 3.5.1 to 3.5.5
|
2025-10-09 09:22:59 +08:00 |
|
dependabot[bot]
|
5499c124f6
|
⬆️ Bump de.codecentric:spring-boot-admin-starter-client
Bumps [de.codecentric:spring-boot-admin-starter-client](https://github.com/codecentric/spring-boot-admin) from 3.5.1 to 3.5.5.
- [Release notes](https://github.com/codecentric/spring-boot-admin/releases)
- [Commits](https://github.com/codecentric/spring-boot-admin/compare/3.5.1...3.5.5)
---
updated-dependencies:
- dependency-name: de.codecentric:spring-boot-admin-starter-client
dependency-version: 3.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-01 08:27:23 +00:00 |
|
dependabot[bot]
|
68070da90e
|
⬆️ Bump io.swagger.core.v3:swagger-annotations-jakarta
Bumps io.swagger.core.v3:swagger-annotations-jakarta from 2.2.35 to 2.2.38.
---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations-jakarta
dependency-version: 2.2.38
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-01 08:26:57 +00:00 |
|
如梦技术
|
e3c3050ee2
|
Merge pull request #132 from chillzhuang/dependabot/maven/blade-starter-oss/io.minio-minio-8.6.0
⬆️ Bump io.minio:minio from 8.5.17 to 8.6.0 in /blade-starter-oss
|
2025-09-30 17:27:18 +08:00 |
|