Tags: ikaros-dev/ikaros
Tags
feat: scoreDesc endpoint. (#751) * feat: scoreDesc endpoint. * feat: 条目条件查询接口实现评分降序逻辑 * docs: update CHANGELOG.MD * feat: add column 'score' in table 'subject', @see SubjectEntity * feat: add score in Subject.java * feat: subject collection score update event listener that update subject score. * build: gen new api-client v20.7.1 * feat: console展示条目详情页展示综合评分 * test: disable SubjectEndpointTest.list * test: disable SubjectRepositoryTest.update
feat: 添加令牌刷新接口 (#741) * build: v0.20.6 * feat: 优化SecurityProperties结构, token申请同时返回refreshToken * optimize: accessTokenDay默认调整为3 * optimize: token的secretKey应用启动后随机生成 * build: gen new api-client v20.6.0 * fix: Console的登录页申请令牌接口适配 * feat: 添加token刷新接口 * docs: update CHANGELOG.MD
feat: new cache struce such as use redis. (#727) * build: add redis cache config. * build: add cache config. * feat: impl @MonoCacheable and @FluxCacheable cache logic. * build: update to v0.20.0 * optimize: cache config and aspect. * feat: impl @MonoCacheEvict and @FluxCacheEvict aspect logic. * optimize: cache evict clear all. * fix: remove cache after attachment ref episode matching. * fix: return Long value for redis type cast exception for @MonoCacheable. * feat: add cache enable config, default is false. * docs: update CHANGELOG.MD
PreviousNext