nqminhuit / mini-auth

An application that use Spring Boot as backend to provide REST APIs, consumed by Angular as frontend, protect endpoints with JWT, integrate Swagger for API documentation, Postgres as persistence layer and Flyway for database migration.
http://localhost:8080/
0 stars 1 forks source link

CRUD test against Postgres db failed #8

Closed nqminhuit closed 4 years ago

nqminhuit commented 4 years ago

fixed by directing unit test to H2 database for quick feedback.

nqminhuit commented 4 years ago

the complete fix is from from #15