sofa-boot-project
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-project</artifactId>
<version>4.6.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-build</artifactId>
<version>4.6.0</version>
</parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-project</artifactId>
<version>4.6.0</version>
<packaging>pom</packaging>
<name>SOFABoot Project</name>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<modules>
<module>sofa-boot</module>
<module>sofa-boot-autoconfigure</module>
<module>sofa-boot-actuator</module>
<module>sofa-boot-actuator-autoconfigure</module>
<module>sofa-boot-starters</module>
<module>sofa-boot-tools</module>
<module>sofa-boot-core</module>
<module>sofaboot-dependencies</module>
<module>sofa-boot-parent</module>
</modules>
<properties>
<main.user.dir>${basedir}/..</main.user.dir>
</properties>
</project>