Use HTTPS URLs where applicable

This commit is contained in:
dreis2211
2018-01-03 17:07:10 +01:00
committed by Andy Wilkinson
parent 00489c74ea
commit 81459efffa
28 changed files with 167 additions and 161 deletions

View File

@@ -12,5 +12,5 @@ spring.data.neo4j.password=secret
You can also locally add the embedded driver to embed Neo4j instead. Note
that Spring Boot does not provide dependency management for that GPL-licensed
library, see
http://docs.spring.io/spring-data/neo4j/docs/4.2.x/reference/html/#reference.getting_started.driver[the official documentation]
https://docs.spring.io/spring-data/neo4j/docs/4.2.x/reference/html/#reference.getting_started.driver[the official documentation]
for more details.