spring-boot-starter-wx-mini-app
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.guanmengyuan.spring-ex</groupId> <artifactId>spring-boot-starter-wx-mini-app</artifactId> <version>3.5.4.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>com.guanmengyuan</groupId> <artifactId>spring-ex</artifactId> <version>3.5.4.1</version> <relativePath>../pom.xml</relativePath> </parent> <name>spring-boot-starter-wx-mini-app</name> <version>3.5.4.1</version> <groupId>com.guanmengyuan.spring-ex</groupId> <artifactId>spring-boot-starter-wx-mini-app</artifactId> <url>https://github.com/Guan-Meng-Yuan/spring-ex</url> <description>spring enhance pack</description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>GMY</name> <url>https://github.com/guan-meng-yuan</url> <organization>GMY</organization> <organizationUrl>https://github.com/guan-meng-yuan</organizationUrl> </developer> </developers> <scm> <url>https://github.com/guan-meng-yuan/spring-ex</url> <connection>scm:git:git@github.com:guan-meng-yuan/spring-ex.git</connection> <developerConnection>scm:git:git@github.com:guan-meng-yuan/spring-ex.git</developerConnection> </scm> <properties> <maven.compiler.source>21</maven.compiler.source> <maven.compiler.target>21</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>com.github.binarywang</groupId> <artifactId>weixin-java-miniapp</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> </dependency> </dependencies> </project>