Skip to content

Commit

Permalink
升级依赖.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed Oct 21, 2024
1 parent 4c81c10 commit e1b68f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .kotlin/errors/errors-1726886507129.log

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
mybatisSpringBootStarterVersion = '2.3.2',
springVersion = '5.3.39',
springBootVersion = '2.7.18',
springBoot3Version = '3.3.3',
springBoot3Version = '3.3.4',
springCloudVersion = '3.1.8',
junitVersion = '5.11.0',
]
Expand Down Expand Up @@ -63,7 +63,7 @@ ext {
//cache
"mybatis-caffeine" : "org.mybatis.caches:mybatis-caffeine:1.2.0",
//code generator
"velocity" : "org.apache.velocity:velocity-engine-core:2.3",
"velocity" : "org.apache.velocity:velocity-engine-core:2.4",
"freemarker" : "org.freemarker:freemarker:2.3.33",
"beetl" : "com.ibeetl:beetl:3.17.0.RELEASE",
"swagger-annotations" : "io.swagger:swagger-annotations:1.6.14",
Expand Down
4 changes: 3 additions & 1 deletion changelog-temp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

- opt: 优化代码生成器支持可视化配置生成能力
- opt: 解耦扩展包不再强制依赖 spring 开发框架
- opt: 拆分jsqlparser支持模块,提供mybatis-plus-jsqlparser(支持最新jsqlparser)与mybatis-plus-jsqlparser-4.9模块, 默认不携带,升级后需要自行引入.
- feat: 重构 service 模块抽象为 CrudRepository 不再建议使用 IService 避免业务层数据混乱
- feat: 新增 solon 启动插件支持
- feat: 升级SpringBoot3.3.4
- feat: 升级velocity2.4
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void test() throws IOException {
Assertions.assertFalse(bom.isOptional());
Assertions.assertEquals(dependenciesMap.get("spring-cloud-commons").getVersion(), "4.1.4");
Assertions.assertEquals(dependenciesMap.get("mybatis-spring").getVersion(), "3.0.4");
Assertions.assertEquals(dependenciesMap.get("spring-boot-dependencies").getVersion(), "3.3.3");
Assertions.assertEquals(dependenciesMap.get("spring-boot-dependencies").getVersion(), "3.3.4");
}
}

Expand Down

0 comments on commit e1b68f5

Please sign in to comment.