Skip to content

Releases: thanthtooaung-coding/spring-boot-guru

Release 0.1.0

03 Apr 03:49

Choose a tag to compare

Release 0.1.0

GitHub Packages (Maven)

Add repository and dependency (requires a PAT with read:packages for private repos):

<repositories>
  <repository>
    <id>github</id>
    <url>https://maven.pkg.github.com/thanthtooaung-coding/spring-boot-guru</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.alvin.springbootguru</groupId>
  <artifactId>spring-boot-guru</artifactId>
  <version>0.1.0</version>
</dependency>

Settings (~/.m2/settings.xml) server github: username = GitHub login, password = PAT with read:packages.

JitPack

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.thanthtooaung-coding</groupId>
  <artifactId>spring-boot-guru</artifactId>
  <version>v0.1.0</version>
</dependency>

GHCR (library JAR inside image)

docker pull ghcr.io/thanthtooaung-coding/spring-boot-guru/spring-boot-guru:<tag>
JAR path in image: /opt/spring-boot-guru/spring-boot-guru.jar