xfg-ddd/data/log/log_error.log
weizhenfeng韦振凤 eca07e5209 feat: 初始化 xfg-ddd项目
- 添加基础目录结构和文件
- 配置 Spring Boot 应用
- 添加数据库配置和 MyBatis 映射文件
- 实现简单的用户服务接口和仓库接口
- 添加日志配置和示例日志
- 配置 Docker 和 Docker Compose 文件
- 添加 Jackson 配置和工具类
- 实现简单的 API 测试用例
2025-07-09 14:05:34 +08:00

4 lines
1.3 KiB
Plaintext

25-07-09.11:51:57.372 [main ] WARN ClassPathMapperScanner - No MyBatis mapper was found in '[com.in]' package. Please check your configuration.
25-07-09.11:55:04.199 [main ] WARN ClassPathMapperScanner - No MyBatis mapper was found in '[com.in]' package. Please check your configuration.
25-07-09.13:34:09.718 [http-nio-8091-exec-1] WARN DefaultHandlerExceptionResolver - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `java.util.Date` from String "2023-01-01 12:00:00": not a valid representation (error: Failed to parse Date value '2023-01-01 12:00:00': Cannot parse date "2023-01-01 12:00:00": while it seems to fit format 'yyyy-MM-dd'T'HH:mm:ss.SSSX', parsing fails (leniency? null)); nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.util.Date` from String "2023-01-01 12:00:00": not a valid representation (error: Failed to parse Date value '2023-01-01 12:00:00': Cannot parse date "2023-01-01 12:00:00": while it seems to fit format 'yyyy-MM-dd'T'HH:mm:ss.SSSX', parsing fails (leniency? null))<EOL> at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 11, column: 22] (through reference chain: com.in.domain.xxx.model.entity.UserEntity["lastLoginTime"])]