Polish
This commit is contained in:
parent
b31e578489
commit
026c3019df
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
spring.h2.console.enabled=true
|
||||
|
||||
logging.level.org.hibernate.SQL=debug
|
||||
logging.level.org.hibernate.SQL=debug
|
||||
|
|
Loading…
Reference in New Issue