first commit

This commit is contained in:
abcv7
2026-02-25 15:08:40 +08:00
commit 7f1d83ada7
2003 changed files with 144362 additions and 0 deletions
@@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.itheima.sfbx</groupId>
<artifactId>sfbx-insurance</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<!--保险:统一service-->
<artifactId>insurance-service</artifactId>
<name>insurance-service</name>
<dependencies>
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>framework-mybatis-plus</artifactId>
</dependency>
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>file-interface</artifactId>
</dependency>
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>framework-redis</artifactId>
</dependency>
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>framework-rabbitmq</artifactId>
</dependency>
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>framework-seata</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>security-interface</artifactId>
</dependency>
<!-- 规则引擎客户端 -->
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>rule-client</artifactId>
</dependency>
<!-- 交易模块 -->
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>trade-interface</artifactId>
</dependency>
<!-- 外部数据源 -->
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>framework-out-interface</artifactId>
</dependency>
<!-- 数据字典 -->
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>dict-interface</artifactId>
</dependency>
<!-- ai模块 -->
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>framework-ai</artifactId>
</dependency>
<!--三方sdk接口封装-->
<dependency>
<groupId>com.itheima.sfbx</groupId>
<artifactId>sfbx-apache-httpclient</artifactId>
</dependency>
<!-- 数据脱敏组件 -->
<!-- <dependency>-->
<!-- <groupId>com.itheima.sfbx</groupId>-->
<!-- <artifactId>framework-data-desensitize</artifactId>-->
<!-- </dependency>-->
</dependencies>
</project>