Skip to content

Instantly share code, notes, and snippets.

@kilmajster
Created July 9, 2020 18:47
Show Gist options
  • Save kilmajster/069d2c7a377a77f1d7d9b6442fa200ea to your computer and use it in GitHub Desktop.
Save kilmajster/069d2c7a377a77f1d7d9b6442fa200ea to your computer and use it in GitHub Desktop.
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version>
<relativePath/>
</parent>
<groupId>io.github.kilmajster</groupId>
<artifactId>minimal-blog</artifactId>
<version>1.0-SNAPSHOT</version>
<name>minimal-blog-demo</name>
<description>Demo project for minimal-blog-spring-boot-starter</description>
<dependencies>
<dependency>
<groupId>io.github.kilmajster</groupId>
<artifactId>minimal-blog-spring-boot-starter</artifactId>
<version>0.1-05062020-1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment