Add integration tests with different schema (non public) and non default values for function names and hibernate operators
Closed this issue · 2 comments
starnowski commented
Add integration tests with different schema (non public) and non default values for function names and hibernate operators
starnowski commented
Spring Boot connecting to different schema by jdbc URL
starnowski commented
Use spring annotation for tests purpose:
org.springframework.test.context.ActiveProfiles
@SpringBootTest(properties = {"spring.datasource.username=xxxx","spring.datasource.password=xxxx"})