<?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>org.typroject</groupId> <artifactId>tyboot-api</artifactId> <version>1.2.0</version> </parent> <artifactId>tyboot-api-boot</artifactId> <packaging>jar</packaging> <name>tyboot-api-boot</name> <description>tyboot-api-boot</description> <dependencies> <dependency> <groupId>org.typroject</groupId> <artifactId>tyboot-core-auth</artifactId> <version>1.2.0</version> <exclusions> <exclusion> <groupId>org.typroject</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.typroject</groupId> <artifactId>tyboot-core-rdbms</artifactId> <version>1.2.0</version> <exclusions> <exclusion> <groupId>org.typroject</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.typroject</groupId> <artifactId>tyboot-component-cache</artifactId> <version>1.2.0</version> <exclusions> <exclusion> <groupId>org.typroject</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.typroject</groupId> <artifactId>tyboot-component-event</artifactId> <version>1.2.0</version> <exclusions> <exclusion> <groupId>org.typroject</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> </dependency> <dependency> <groupId>org.typroject</groupId> <artifactId>tyboot-core-foundation</artifactId> <version>1.2.0</version> </dependency> <dependency> <groupId>org.typroject</groupId> <artifactId>tyboot-core-restful</artifactId> <version>1.2.0</version> <exclusions> <exclusion> <groupId>org.typroject</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-generator</artifactId> <version>3.5.2</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>com.github.shalousun</groupId> <artifactId>smart-doc-maven-plugin</artifactId> <version>2.4.7</version> <inherited>true</inherited> <configuration> <configFile>./src/main/resources/smart-doc.json</configFile> <projectName>tyboot示例项目</projectName> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.typroject</groupId> <artifactId>tyboot-api-boot</artifactId> <version>1.2.0</version> </dependency>
org.typroject:tyboot-api-boot:1.2.0