myth-spring-boot-starter-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.dromara</groupId> <artifactId>myth-spring-boot-starter-parent</artifactId> <version>2.0.2-RELEASE</version> </dependency>
<?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"> <parent> <artifactId>myth-spring-boot-starter</artifactId> <groupId>org.dromara</groupId> <version>2.0.2-RELEASE</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>myth-spring-boot-starter-parent</artifactId> <dependencies> <dependency> <groupId>org.dromara</groupId> <artifactId>myth-core</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> </dependencies> </project>