Loading src/main/resources/application-test.properties +2 −2 Original line number Diff line number Diff line #oauth oauth.server=http://docker:8081 oauth.server=http://localhost:8081 # DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) spring.datasource.name=redmic spring.datasource.url=jdbc:postgresql://docker:5432/redmic?currentSchema=app spring.datasource.url=jdbc:postgresql://localhost:5432/redmic?currentSchema=app logging.level.es.redmic=debug Loading
src/main/resources/application-test.properties +2 −2 Original line number Diff line number Diff line #oauth oauth.server=http://docker:8081 oauth.server=http://localhost:8081 # DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) spring.datasource.name=redmic spring.datasource.url=jdbc:postgresql://docker:5432/redmic?currentSchema=app spring.datasource.url=jdbc:postgresql://localhost:5432/redmic?currentSchema=app logging.level.es.redmic=debug