Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
026c3019
Commit
026c3019
authored
Sep 08, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
b31e5784
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
howto.adoc
spring-boot-docs/src/main/asciidoc/howto.adoc
+1
-0
pom.xml
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
+0
-2
application.properties
...sample-data-jpa/src/main/resources/application.properties
+1
-1
No files found.
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
026c3019
...
...
@@ -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,
...
...
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
View file @
026c3019
...
...
@@ -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-boot-samples/spring-boot-sample-data-jpa/src/main/resources/application.properties
View file @
026c3019
spring.h2.console.enabled
=
true
logging.level.org.hibernate.SQL
=
debug
\ No newline at end of file
logging.level.org.hibernate.SQL
=
debug
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment