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
66e857f2
Commit
66e857f2
authored
Mar 30, 2021
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.4.x'
See gh-25826
parents
4ad87a86
d9ce30b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
BatchProperties.java
...ngframework/boot/autoconfigure/batch/BatchProperties.java
+3
-3
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/BatchProperties.java
View file @
66e857f2
...
@@ -39,7 +39,7 @@ public class BatchProperties {
...
@@ -39,7 +39,7 @@ public class BatchProperties {
/**
/**
* Return the datasource schema.
* Return the datasource schema.
* @return the schema
* @return the schema
* @deprecated
as of
2.5 for removal in 2.7 in favor of {@link Jdbc#getSchema()}
* @deprecated
since
2.5 for removal in 2.7 in favor of {@link Jdbc#getSchema()}
*/
*/
@Deprecated
@Deprecated
@DeprecatedConfigurationProperty
(
replacement
=
"spring.batch.jdbc.schema"
)
@DeprecatedConfigurationProperty
(
replacement
=
"spring.batch.jdbc.schema"
)
...
@@ -55,7 +55,7 @@ public class BatchProperties {
...
@@ -55,7 +55,7 @@ public class BatchProperties {
/**
/**
* Return the table prefix.
* Return the table prefix.
* @return the table prefix
* @return the table prefix
* @deprecated
as of
2.5 for removal in 2.7 in favor of {@link Jdbc#getTablePrefix()}
* @deprecated
since
2.5 for removal in 2.7 in favor of {@link Jdbc#getTablePrefix()}
*/
*/
@Deprecated
@Deprecated
@DeprecatedConfigurationProperty
(
replacement
=
"spring.batch.jdbc.table-prefix"
)
@DeprecatedConfigurationProperty
(
replacement
=
"spring.batch.jdbc.table-prefix"
)
...
@@ -71,7 +71,7 @@ public class BatchProperties {
...
@@ -71,7 +71,7 @@ public class BatchProperties {
/**
/**
* Return whether the schema should be initialized.
* Return whether the schema should be initialized.
* @return the initialization mode
* @return the initialization mode
* @deprecated
as of
2.5 for removal in 2.7 in favor of
* @deprecated
since
2.5 for removal in 2.7 in favor of
* {@link Jdbc#getInitializeSchema()}
* {@link Jdbc#getInitializeSchema()}
*/
*/
@Deprecated
@Deprecated
...
...
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