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
98f14f2e
Commit
98f14f2e
authored
Oct 11, 2016
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish documentation
Closes gh-2642
parent
a5b4c8e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
howto.adoc
spring-boot-docs/src/main/asciidoc/howto.adoc
+4
-3
No files found.
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
98f14f2e
...
@@ -2034,9 +2034,10 @@ NOTE: You can output the schema creation by enabling the `org.hibernate.SQL` log
...
@@ -2034,9 +2034,10 @@ NOTE: You can output the schema creation by enabling the `org.hibernate.SQL` log
is done for you automatically if you enable the <<boot-features-logging-console-output,debug mode>>.
is done for you automatically if you enable the <<boot-features-logging-console-output,debug mode>>.
In addition, a file named `import.sql` in the root of the classpath will be executed on
In addition, a file named `import.sql` in the root of the classpath will be executed on
startup. This can be useful for demos and for testing if you are careful, but probably
startup if Hibernate creates the schema from scratch (that is if the `ddl-auto` property
not something you want to be on the classpath in production. It is a Hibernate feature
is set to `create` or `create-drop`). This can be useful for demos and for testing if you
(nothing to do with Spring).
are careful, but probably not something you want to be on the classpath in production. It
is a Hibernate feature (nothing to do with Spring).
[[howto-initialize-a-database-using-spring-jdbc]]
[[howto-initialize-a-database-using-spring-jdbc]]
...
...
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