Skip to content

nzhong/spring-data-jpa-postgresql-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

This README describes the spring-data-jpa-postgresql-json project.

What is this?

This repo is copied from this: https://github.com/nzhong/spring-data-jpa-h2

How to run?

  • mvn clean package
  • java -jar target/app.jar

Note: if you need to adapt the code to your own path, make sure that you need to change the line in DataProvider.java,
lef.setPackagesToScan("com.learn.sdjpa.domain");

About

A minimal project that uses Spring-Data & PostgreSQL, with JSON column support, using StringJsonUserType

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages