feat(config): 新增异步线程池与WebMvc异步配置并扩展emoji字段支持

This commit is contained in:
2025-12-08 14:43:52 +08:00
parent dc855ac33d
commit a577690499
10 changed files with 122 additions and 5 deletions

View File

@@ -14,9 +14,10 @@
<result column="updated_at" jdbcType="TIMESTAMP" property="updatedAt" />
<result column="prompt" jdbcType="VARCHAR" property="prompt" />
<result column="rank" jdbcType="INTEGER" property="rank" />
<result column="emoji" jdbcType="BOOLEAN" property="emoji" />
</resultMap>
<sql id="Base_Column_List">
id, character_name, "character_background", avatar_url, download, tag, deleted, created_at,
updated_at, prompt, "rank"
updated_at, prompt, "rank",emoji
</sql>
</mapper>