Skip to content

Commit 026c301

Browse files
committed
Polish
1 parent b31e578 commit 026c301

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ callbacks are processed early (i.e. before the value is actually available).
459459
====
460460

461461

462+
462463
[[howto-configure-ssl]]
463464
=== Configure SSL
464465
SSL can be configured declaratively by setting the various `+server.ssl.*+` properties,

spring-boot-samples/spring-boot-sample-data-jpa/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@
2727
<groupId>org.springframework.boot</groupId>
2828
<artifactId>spring-boot-starter-web</artifactId>
2929
</dependency>
30-
3130
<dependency>
3231
<groupId>com.h2database</groupId>
3332
<artifactId>h2</artifactId>
3433
<scope>runtime</scope>
3534
</dependency>
36-
3735
<dependency>
3836
<groupId>org.springframework.boot</groupId>
3937
<artifactId>spring-boot-starter-test</artifactId>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
spring.h2.console.enabled=true
22

3-
logging.level.org.hibernate.SQL=debug
3+
logging.level.org.hibernate.SQL=debug

0 commit comments

Comments
 (0)