Skip to content

Conversation

@Transi-ent
Copy link

@Transi-ent Transi-ent commented Sep 5, 2025

1.在读取和创建文件时指定utf-8编码,避免默认GBK编码导致报错;
image
image

2.在本地调试时,启动项目时即创建数据库表,避免运行中没有对应的数据库表导致报错;
3.新增JacksonUtil工具类,提供了一个全局配置的ObjectMapper;

@Transi-ent Transi-ent changed the title [fix] 1.在读取和创建文件时指定utf-8编码,避免默认GBK编码导致报错;2.在本地调试时,启动项目时即创建数据库表,避免运行中无… [fix] 1.指定utf-8编码,避免报错;2.启动项目时即创建数据库表;3.新增JacksonUtil工具类 Sep 22, 2025
@Transi-ent Transi-ent changed the title [fix] 1.指定utf-8编码,避免报错;2.启动项目时即创建数据库表;3.新增JacksonUtil工具类 Feat: 1.指定utf-8编码,避免报错;2.启动项目时即创建数据库表;3.新增JacksonUtil工具类 Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant