Skip to content

GeryD/crudApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple app to use CRUD with spring-boot-data-rest and a PostgreSQL database

This uses testcontainers and WebClientTest for tests.

PostgreSQL installation

See https://www.postgresql.org/download/linux/ubuntu/ then

CREATE DATABASE mydb;
CREATE USER myuser WITH ENCRYPTED PASSWORD 'mypass';
GRANT ALL PRIVILEGES ON DATABASE mydb TO myuser;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages