SpringBoot切换使用goolge的Gson作为SpringMvc的Json转换工具
<!-- gson依赖 -->
<dependency><groupId>com.google.code.gson</groupId><artifactId>gson</artifactId>
</dependency>Configuration
public class JsonWebConfig {B…
当在使用 Vite 进行项目构建时,可能会遇到如下错误提示:ERROR: Top-level await is not available in the configured target environment。 问题原因
这个错误通常是由于项目配置中的目标浏览器环境不支持 JavaScript 的 top-level-await 特性。top-le…