1 Star 0 Fork 34

果冻/helio-boot

forked from Uncarbon/helio-boot 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pom.xml 2.82 KB
Copy Edit Raw Blame History
Uncarbon authored 2021-09-13 09:16 . chore 更新版本号标识
<?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>cc.uncarbon.framework</groupId>
<artifactId>helio-starters</artifactId>
<version>1.1.0</version>
</parent>
<artifactId>helio-boot</artifactId>
<version>1.1.0</version>
<properties>
</properties>
<dependencies>
<!-- 脚手架starter -->
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-core</artifactId>
</dependency>
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-crud</artifactId>
</dependency>
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-knife4j</artifactId>
<exclusions>
<exclusion>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-micro-spring-boot-starter</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-redis</artifactId>
</dependency>
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-satoken</artifactId>
</dependency>
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cc.uncarbon.framework</groupId>
<artifactId>helio-starter-web</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<fork>true</fork>
</configuration>
</plugin>
<!-- 跳过单元测试 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ybbhai/helio-boot.git
git@gitee.com:ybbhai/helio-boot.git
ybbhai
helio-boot
helio-boot
master

Search