fuliqi
2024-07-30 c5d01f8f7aa947baa726296b58677c2b1074ec1d
ycl-server/pom.xml
@@ -17,6 +17,14 @@
    </properties>
    <dependencies>
        <!--netty-->
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-all</artifactId>
        </dependency>
        <!-- 代码生成-->
        <dependency>
            <groupId>com.ycl</groupId>
@@ -43,6 +51,7 @@
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
        </dependency>
        <!-- 验证码 -->
        <dependency>
@@ -119,4 +128,4 @@
        </plugins>
        <finalName>${project.artifactId}</finalName>
    </build>
</project>
</project>