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

7 lines
178 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 1. 用于管理引入的Jar所需的资源启动或者初始化处理
* 2. 如果有AOP切面可以再建一个aop包来写切面逻辑
*/
package com.in.config;