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).
====
[[howto-configure-ssl]]
=== Configure SSL
SSL can be configured declaratively by setting the various `+server.ssl.*+` properties,
......
......@@ -27,13 +27,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
......
spring.h2.console.enabled=true
logging.level.org.hibernate.SQL=debug
\ No newline at end of file
logging.level.org.hibernate.SQL=debug
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