boson-graviton-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.cgglyle</groupId> <artifactId>boson-graviton-spring-boot-starter</artifactId> <version>1.0.2</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"> <parent> <artifactId>boson-graviton</artifactId> <groupId>io.github.cgglyle</groupId> <version>1.0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <artifactId>boson-graviton-spring-boot-starter</artifactId> <properties> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>io.github.cgglyle</groupId> <artifactId>boson-graviton-spring-boot-autoconfigure</artifactId> </dependency> </dependencies> </project>