ronger
|
4ee0aaacd4
|
🔥 删除无效依赖
|
2022-08-27 20:44:45 +08:00 |
|
ronger
|
546a46fa6b
|
⬆️ 升级 springboot 版本至 2.7.2
|
2022-08-25 10:11:49 +08:00 |
|
ronger
|
d31822133c
|
🎨 spring-boot-starter-test 已引入 junit5,故去除 junit 依赖,改为 junit5 实现方式
|
2022-08-05 09:17:29 +08:00 |
|
kould.li
|
a907571ac6
|
feat(test): 新增ArticleService部分单元测试,部分功能优化,sql文件新增测试数据
涵盖ArticleService单元测试方法:
postArticle
findArticles
findArticleDTOById
findUserArticlesByIdUser
incrementArticleViewCount
updatePerfect
delete
ArticleService将用户获取逻辑转移到Controller中
sql文件新增用户测试数据
|
2022-08-04 15:51:09 +08:00 |
|
ronger
|
126023c6e1
|
⬆️ Bump jodd-http from 6.2.0 to 6.2.1
⬆️ Bump jodd-http from 6.2.0 to 6.2.1
|
2022-06-08 09:42:57 +08:00 |
|
dependabot[bot]
|
91e4fbc38b
|
⬆️ Bump jodd-http from 6.2.0 to 6.2.1
Bumps [jodd-http](https://github.com/oblac/jodd-http) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/oblac/jodd-http/releases)
- [Commits](https://github.com/oblac/jodd-http/compare/v6.2.0...v6.2.1)
---
updated-dependencies:
- dependency-name: org.jodd:jodd-http
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-07 21:14:46 +00:00 |
|
ronger
|
ef22670d1a
|
⬇️ fastjson
|
2022-06-01 16:18:41 +08:00 |
|
ronger
|
007ab5d3aa
|
⬆️ fastjson v2
|
2022-05-23 09:50:27 +08:00 |
|
ronger
|
8f7ddddc44
|
⬆️ 依赖升级
|
2022-03-06 11:09:32 +08:00 |
|
ronger
|
a2dd48df8f
|
✨ 用户登录记录
|
2022-01-14 10:40:07 +08:00 |
|
ronger
|
d7923abfd7
|
🎨 update pom.xml
|
2022-01-04 10:33:54 +08:00 |
|
ronger
|
b39112be30
|
⬆️ log4j-api
|
2021-12-29 12:06:57 +08:00 |
|
ronger
|
c2967818ae
|
Update pom.xml
|
2021-12-21 11:38:39 +08:00 |
|
ronger
|
fa235a84e6
|
⬆️ log4j-api
|
2021-12-15 09:02:48 +08:00 |
|
ronger
|
a620d4664b
|
⬆️ 升级依赖
|
2021-12-12 11:43:17 +08:00 |
|
ronger
|
3bd1734ad9
|
✨ Lucene 集成
* Lucene 集成
* nickname -> account 遗漏接口修改
|
2021-05-28 19:00:27 +08:00 |
|
dependabot[bot]
|
ee82bd9b72
|
⬆️ Bump xstream from 1.4.16 to 1.4.17
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.16 to 1.4.17.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-18 20:52:29 +00:00 |
|
ronger
|
35075e62c0
|
Merge remote-tracking branch 'origin/lucene-dev' into lucene-dev
# Conflicts:
# src/main/java/com/rymcu/forest/web/api/common/CommonApiController.java
|
2021-04-29 10:29:37 +08:00 |
|
ronger
|
5b0e46daf5
|
🎨 统一表命名,以 forest 开头
|
2021-04-29 10:20:42 +08:00 |
|
dependabot[bot]
|
a5d8390281
|
⬆️ Bump commons-io from 2.6 to 2.7
Bumps commons-io from 2.6 to 2.7.
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-26 19:41:48 +00:00 |
|
ronger
|
534ad89633
|
⬆️ shiro 1.4.1 -> 1.7.1
|
2021-04-23 09:35:09 +08:00 |
|
ronger
|
13edb5a063
|
♻️ 个人中心路径 /user/nickname -> /user/account
|
2021-03-26 10:46:21 +08:00 |
|
ronger
|
ab45193ae8
|
⬆️ XStream < 1.4.15 反序列化漏洞(CVE-2020-26258、CVE-2020-26259)
|
2021-03-16 11:00:26 +08:00 |
|
Suwen
|
8aebd59807
|
⚡️ lucene索引自动创建
- 文章更新时,索引自动更新
- 搜索正文预览太少则不替换命中
- 引入hutool核心工具包
⚡️ lucene索引自动创建
- 文章更新时,索引自动更新
- 搜索正文预览太少则不替换命中
|
2021-03-06 12:40:53 +08:00 |
|
suwen
|
fe700e2dc1
|
⬆️ bump lucene to 8.0.0
|
2021-02-05 16:18:20 +08:00 |
|
suwen
|
7820644413
|
feat: lucene字典配置分页
- lucene字典配置分页
- 字典建表sql
- 删除无用依赖
|
2021-02-04 17:12:58 +08:00 |
|
suwen
|
40a6e06cb4
|
feat: lucene字典配置
- lucene字典配置服务
- 字典更改后自动加载
- 删除无用文件
- 删除无用依赖
|
2021-02-04 16:35:48 +08:00 |
|
黄富灵
|
90403f9b26
|
try to: init lucene
|
2021-02-03 08:38:25 +08:00 |
|
ronger
|
aaa6284669
|
update finalName
|
2021-01-28 09:16:52 +08:00 |
|
ronger
|
287c9ab1a3
|
🚚 项目名称及目录名称变更
|
2020-11-19 11:52:13 +08:00 |
|
x ronger
|
9ad7fc3c68
|
⬆️ 升级微信服务框架依赖
|
2020-11-17 00:20:40 +08:00 |
|
x ronger
|
21c50a5521
|
➖ logback 依赖冲突问题修复
|
2020-11-11 21:19:23 +08:00 |
|
x ronger
|
c7b6b8a63b
|
✨ 1. 文章摘要服务集成
2. 文章标签服务集成
|
2020-10-29 21:41:03 +08:00 |
|
x ronger
|
8b2c7f93b5
|
✨ 作品集功能完善
|
2020-04-13 23:41:48 +08:00 |
|
ronger
|
1d557e75ee
|
✨ 特殊日功能
|
2020-04-03 17:35:07 +08:00 |
|
ronger
|
4736f383ce
|
✨ 微信开放平台服务集成
|
2020-03-20 15:02:53 +08:00 |
|
ronger
|
a18d3847d8
|
✨ 微信开放平台服务集成
|
2020-03-19 17:47:10 +08:00 |
|
ronger
|
637c66135c
|
➕ 添加微信服务依赖
|
2020-03-17 17:32:38 +08:00 |
|
ronger
|
f5c77d68f5
|
✨ 微信公众号服务集成
|
2020-03-16 21:17:58 +08:00 |
|
ronger
|
90c9d31527
|
➕
|
2020-01-14 17:36:01 +08:00 |
|
x ronger
|
8e3d812683
|
WebSocket 集成
|
2019-12-30 01:05:46 +08:00 |
|
ronger
|
9859879e17
|
first commit
|
2019-12-02 09:39:57 +08:00 |
|
x ronger
|
31ae93112a
|
1、文章删除功能开发
2、邮件发送功能优化
|
2019-11-21 00:46:39 +08:00 |
|
x ronger
|
0e80995a7e
|
用户注册与登录功能开发
|
2019-11-16 20:11:38 +08:00 |
|
ronger
|
2916a37052
|
first commit
|
2019-11-16 09:58:40 +08:00 |
|