Austin Bennett austin

net.thebennett.platform:platform-starter-data (0.1.12)

Published 2026-09-11 17:13:00 -05:00 by austin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.reformedwitness.net/api/packages/austin/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.reformedwitness.net/api/packages/austin/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.reformedwitness.net/api/packages/austin/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>net.thebennett.platform</groupId>
	<artifactId>platform-starter-data</artifactId>
	<version>0.1.12</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.reformedwitness.net/api/packages/austin/maven -Dartifact=net.thebennett.platform:platform-starter-data:0.1.12

About this package

Postgres + JPA + Flyway conventions: BaseEntity auditing, driver and migration deps.

Dependencies

org.springframework.boot:spring-boot-starter-data-jpa
org.springframework.boot:spring-boot-flyway
org.flywaydb:flyway-database-postgresql
org.postgresql:postgresql
org.springframework.boot:spring-boot-configuration-processor
org.springframework.boot:spring-boot-starter-test
Details
Maven
2026-09-11 17:13:00 -05:00
113
The Bennett Platform :: Starter :: Data
6.1 KiB
Assets (2)
Versions (14) View all
0.1.12 2026-09-11
0.1.11 2026-08-19
0.1.10 2026-07-26
0.1.9 2026-07-23
0.1.8 2026-07-23