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
b5e608f1
Commit
b5e608f1
authored
May 14, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mention of missing starters
parent
c65337c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
howto.adoc
spring-boot-docs/src/main/asciidoc/howto.adoc
+2
-2
using-spring-boot.adoc
spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
+0
-6
No files found.
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
b5e608f1
...
...
@@ -1099,7 +1099,7 @@ independence: usually only one or at most couple of platforms is needed.
[[howto-execute-flyway-database-migrations-on-startup]]
==== Execute Flyway database migrations on startup
To automatically run Flyway database migrations on startup, add the
`
spring-boot-starter-flyway
` to your classpath.
`
org.flywaydb:flyway-core
` to your classpath.
The migrations are scripts in the form `V<VERSION>__<NAME>.sql` (with
`<VERSION>` an underscore-separated version, e.g. "1" or "2_1"). By
...
...
@@ -1116,7 +1116,7 @@ you can see how to set things up.
[[howto-execute-liquibase-database-migrations-on-startup]]
==== Execute Liquibase database migrations on startup
To automatically run Liquibase database migrations on startup, add the
`
spring-boot-starter-liquibas
e` to your classpath.
`
org.liquibase:liquibase-cor
e` to your classpath.
The master change log is by default read from `db/changelog/db.changelog-master.yaml` but
can be set using `liquibase.change-log`. See
...
...
spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
View file @
b5e608f1
...
...
@@ -242,12 +242,6 @@ and Hibernate.
|`spring-boot-starter-jdbc`
|JDBC Database support.
|`spring-boot-starter-flyway`
|Support for Flyway database migrations.
|`spring-boot-starter-liquibase`
|Support for Liquibase database migrations.
|`spring-boot-starter-mobile`
|Support for `spring-mobile`
...
...
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