186 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			186 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			XML
		
	
	
	
<?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.bonus</groupId>
 | 
						|
        <artifactId>bonus-modules</artifactId>
 | 
						|
        <version>24.6.0</version>
 | 
						|
    </parent>
 | 
						|
 | 
						|
    <groupId>com.bonus.exam</groupId>
 | 
						|
    <artifactId>bonus-exam</artifactId>
 | 
						|
    <dependencies>
 | 
						|
 | 
						|
        <!-- SpringCloud Alibaba Nacos -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.alibaba.cloud</groupId>
 | 
						|
            <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- SpringCloud Alibaba Nacos Config -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.alibaba.cloud</groupId>
 | 
						|
            <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- SpringCloud Alibaba Sentinel -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.alibaba.cloud</groupId>
 | 
						|
            <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- SpringBoot Actuator -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.boot</groupId>
 | 
						|
            <artifactId>spring-boot-starter-actuator</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- Swagger UI -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>io.springfox</groupId>
 | 
						|
            <artifactId>springfox-swagger-ui</artifactId>
 | 
						|
            <version>${swagger.fox.version}</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- Mysql Connector -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.mysql</groupId>
 | 
						|
            <artifactId>mysql-connector-j</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- bonus Common DataSource -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.bonus</groupId>
 | 
						|
            <artifactId>bonus-common-datasource</artifactId>
 | 
						|
            <version>24.6.0</version>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.json</groupId>
 | 
						|
            <artifactId>json</artifactId>
 | 
						|
            <version>20240303</version>
 | 
						|
        </dependency>
 | 
						|
        <!-- bonus Common DataScope -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.bonus</groupId>
 | 
						|
            <artifactId>bonus-common-datascope</artifactId>
 | 
						|
            <version>24.6.0</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- bonus Common Log -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.bonus</groupId>
 | 
						|
            <artifactId>bonus-common-log</artifactId>
 | 
						|
            <version>24.6.0</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- bonus Common Swagger -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.bonus</groupId>
 | 
						|
            <artifactId>bonus-common-swagger</artifactId>
 | 
						|
            <version>24.6.0</version>
 | 
						|
        </dependency>
 | 
						|
        <!--加密依赖包-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.github.ulisesbocchio</groupId>
 | 
						|
            <artifactId>jasypt-spring-boot-starter</artifactId>
 | 
						|
            <version>3.0.2</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- https://mvnrepository.com/artifact/cn.afterturn/easypoi-base -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.apache.poi</groupId>
 | 
						|
            <artifactId>poi</artifactId>
 | 
						|
            <version>4.1.2</version> <!-- 根据你的实际需要替换版本号 -->
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>cn.afterturn</groupId>
 | 
						|
            <artifactId>easypoi-web</artifactId>
 | 
						|
            <version>4.4.0</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>cn.afterturn</groupId>
 | 
						|
            <artifactId>easypoi-base</artifactId>
 | 
						|
            <version>4.4.0</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>cn.afterturn</groupId>
 | 
						|
            <artifactId>easypoi-annotation</artifactId>
 | 
						|
            <version>4.4.0</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>net.lingala.zip4j</groupId>
 | 
						|
            <artifactId>zip4j</artifactId>
 | 
						|
            <version>1.3.2</version>
 | 
						|
        </dependency>
 | 
						|
        <!-- junit测试类 -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.boot</groupId>
 | 
						|
            <artifactId>spring-boot-starter-test</artifactId>
 | 
						|
            <scope>test</scope>
 | 
						|
        </dependency>
 | 
						|
        <!-- ZXing 二维码生成库 -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.google.zxing</groupId>
 | 
						|
            <artifactId>core</artifactId>
 | 
						|
            <version>3.5.1</version>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.google.zxing</groupId>
 | 
						|
            <artifactId>javase</artifactId>
 | 
						|
            <version>3.5.1</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- Minio -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>io.minio</groupId>
 | 
						|
            <artifactId>minio</artifactId>
 | 
						|
            <version>${minio.version}</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.junit.vintage</groupId>
 | 
						|
            <artifactId>junit-vintage-engine</artifactId>
 | 
						|
            <version>5.7.0</version>
 | 
						|
            <scope>test</scope>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.bonus</groupId>
 | 
						|
            <artifactId>bonus-common-entity</artifactId>
 | 
						|
            <version>24.6.0</version>
 | 
						|
            <scope>compile</scope>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>ws.schild</groupId>
 | 
						|
            <artifactId>jave-all-deps</artifactId>
 | 
						|
            <version>2.6.0</version>
 | 
						|
        </dependency>
 | 
						|
    </dependencies>
 | 
						|
    <properties>
 | 
						|
        <maven.compiler.source>8</maven.compiler.source>
 | 
						|
        <maven.compiler.target>8</maven.compiler.target>
 | 
						|
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
						|
    </properties>
 | 
						|
    <build>
 | 
						|
        <finalName>${project.artifactId}</finalName>
 | 
						|
        <plugins>
 | 
						|
            <plugin>
 | 
						|
                <groupId>org.springframework.boot</groupId>
 | 
						|
                <artifactId>spring-boot-maven-plugin</artifactId>
 | 
						|
                <executions>
 | 
						|
                    <execution>
 | 
						|
                        <goals>
 | 
						|
                            <goal>repackage</goal>
 | 
						|
                        </goals>
 | 
						|
                    </execution>
 | 
						|
                </executions>
 | 
						|
            </plugin>
 | 
						|
        </plugins>
 | 
						|
    </build>
 | 
						|
 | 
						|
</project>
 |