ninrod / kotlin-springboot2

dockerized kotlin/springboot2 rest api server talking to a postgresql container with angular 7 as a frontend featuring nginx as a reverse proxy
GNU General Public License v3.0
4 stars 0 forks source link

drop dependency on h2 on repository tests #6

Closed ninrod closed 6 years ago

ninrod commented 6 years ago

os testes estão dependendo do h2 por algum motivo. deve ser a anotação do @jpaTest ou alguma coisa.

eu quero que o teste use o meu postgresql conteinerizado, e não uma embedded h2 instance.

ninrod commented 6 years ago

fix found in the documentation: Auto-configured Data JPA Tests