File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
spring-boot-docs/src/main/asciidoc
spring-boot-samples/spring-boot-sample-data-jpa Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
464465SSL can be configured declaratively by setting the various `+server.ssl.*+` properties,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11spring.h2.console.enabled =true
22
3- logging.level.org.hibernate.SQL =debug
3+ logging.level.org.hibernate.SQL =debug
You can’t perform that action at this time.
0 commit comments