Commit 026c3019 authored by Phillip Webb's avatar Phillip Webb

Polish

parent b31e5784
...@@ -459,6 +459,7 @@ callbacks are processed early (i.e. before the value is actually available). ...@@ -459,6 +459,7 @@ callbacks are processed early (i.e. before the value is actually available).
==== ====
[[howto-configure-ssl]] [[howto-configure-ssl]]
=== Configure SSL === Configure SSL
SSL can be configured declaratively by setting the various `+server.ssl.*+` properties, SSL can be configured declaratively by setting the various `+server.ssl.*+` properties,
......
...@@ -27,13 +27,11 @@ ...@@ -27,13 +27,11 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment