Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spanners-api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
eureka.client.serviceUrl.defaultZone=http://localhost:8761/eureka/
eureka.client.serviceUrl.defaultZone=https://localhost:8761/eureka/

spring.application.name=spanners-api

Expand All @@ -11,4 +11,4 @@ spring.datasource.driver-class-name=com.mysql.jdbc.Driver
# docker-compose will attempt to start spanners-api before the database
# is finished initializing. By default, Spring Boot config will fail to
# start the app. continueOnError allows it to start and retry later.
spring.datasource.continueOnError=true
spring.datasource.continueOnError=true