This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
这是一个基于Maven的Java Spring Boot微服务模块,专门用于华农保险的报价服务集成。
# 构建当前模块
mvn clean compile
# 包含测试的完整构建
mvn clean package
# 安装到本地Maven仓库
mvn clean install
# 运行Spring Boot应用
mvn spring-boot:run
# 从根目录构建特定模块
mvn clean compile -pl quotation-huanong
# 构建并跳过测试
mvn clean package -pl quotation-huanong -DskipTests
src/main/java/com/jzg/quotation/huanong/ - 主要Java源代码
crawler/ - 网络爬虫和API集成组件component/ - 业务组件entity/ - 数据实体和DTOconstant/ - 常量和枚举service/ - 业务服务层controller/ - REST API控制器quotation-commons - 共享报价功能模块com.jzg.commons - 核心公共库quotation-commons模块的兼容性HuaNongCrawlerConfigureParameters管理HuaNongCrawlerRequestComponent组件