| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdcom.tencent.polaris | 
| ArtifactId | ArtifactIdspring-boot-polaris-context | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSpringBoot Polaris Context Global Context for SpringBoot Polaris | 
<!-- https://jarcasting.com/artifacts/com.tencent.polaris/spring-boot-polaris-context/ -->
<dependency>
    <groupId>com.tencent.polaris</groupId>
    <artifactId>spring-boot-polaris-context</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.tencent.polaris/spring-boot-polaris-context/
implementation 'com.tencent.polaris:spring-boot-polaris-context:1.1.0'// https://jarcasting.com/artifacts/com.tencent.polaris/spring-boot-polaris-context/
implementation ("com.tencent.polaris:spring-boot-polaris-context:1.1.0")'com.tencent.polaris:spring-boot-polaris-context:jar:1.1.0'<dependency org="com.tencent.polaris" name="spring-boot-polaris-context" rev="1.1.0">
  <artifact name="spring-boot-polaris-context" type="jar" />
</dependency>@Grapes(
@Grab(group='com.tencent.polaris', module='spring-boot-polaris-context', version='1.1.0')
)libraryDependencies += "com.tencent.polaris" % "spring-boot-polaris-context" % "1.1.0"[com.tencent.polaris/spring-boot-polaris-context "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| com.tencent.polaris : polaris-factory | jar |