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
3bd5d909
Commit
3bd5d909
authored
Sep 25, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.5.x'
parents
ae979465
0a8b355c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
JacksonAutoConfiguration.java
.../boot/autoconfigure/jackson/JacksonAutoConfiguration.java
+1
-3
DataSourceProperties.java
...amework/boot/autoconfigure/jdbc/DataSourceProperties.java
+2
-1
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+1
-1
README.adoc
spring-boot-starters/README.adoc
+3
-0
No files found.
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jackson/JacksonAutoConfiguration.java
View file @
3bd5d909
...
@@ -163,9 +163,7 @@ public class JacksonAutoConfiguration {
...
@@ -163,9 +163,7 @@ public class JacksonAutoConfiguration {
private
final
ApplicationContext
applicationContext
;
private
final
ApplicationContext
applicationContext
;
JacksonObjectMapperBuilderConfiguration
(
ApplicationContext
applicationContext
,
JacksonObjectMapperBuilderConfiguration
(
ApplicationContext
applicationContext
)
{
JacksonProperties
jacksonProperties
,
List
<
Jackson2ObjectMapperBuilderCustomizer
>
customizers
)
{
this
.
applicationContext
=
applicationContext
;
this
.
applicationContext
=
applicationContext
;
}
}
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceProperties.java
View file @
3bd5d909
...
@@ -104,7 +104,8 @@ public class DataSourceProperties
...
@@ -104,7 +104,8 @@ public class DataSourceProperties
private
boolean
initialize
=
true
;
private
boolean
initialize
=
true
;
/**
/**
* Platform to use in the schema resource (schema-${platform}.sql).
* Platform to use in the DDL or DML scripts (e.g. schema-${platform}.sql or
* data-${platform}.sql).
*/
*/
private
String
platform
=
"all"
;
private
String
platform
=
"all"
;
...
...
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
3bd5d909
...
@@ -657,7 +657,7 @@ content into your application; rather pick only the properties that you need.
...
@@ -657,7 +657,7 @@ content into your application; rather pick only the properties that you need.
spring.datasource.jndi-name= # JNDI location of the datasource. Class, url, username & password are ignored when set.
spring.datasource.jndi-name= # JNDI location of the datasource. Class, url, username & password are ignored when set.
spring.datasource.name=testdb # Name of the datasource.
spring.datasource.name=testdb # Name of the datasource.
spring.datasource.password= # Login password of the database.
spring.datasource.password= # Login password of the database.
spring.datasource.platform=all # Platform to use in the
schema resource (schem
a-${platform}.sql).
spring.datasource.platform=all # Platform to use in the
DDL or DML scripts (e.g. schema-${platform}.sql or dat
a-${platform}.sql).
spring.datasource.schema= # Schema (DDL) script resource references.
spring.datasource.schema= # Schema (DDL) script resource references.
spring.datasource.schema-username= # User of the database to execute DDL scripts (if different).
spring.datasource.schema-username= # User of the database to execute DDL scripts (if different).
spring.datasource.schema-password= # Password of the database to execute DDL scripts (if different).
spring.datasource.schema-password= # Password of the database to execute DDL scripts (if different).
...
...
spring-boot-starters/README.adoc
View file @
3bd5d909
...
@@ -49,6 +49,9 @@ do as they were designed before this was clarified.
...
@@ -49,6 +49,9 @@ do as they were designed before this was clarified.
| Charon reverse proxy
| Charon reverse proxy
| https://github.com/mkopylec/charon-spring-boot-starter
| https://github.com/mkopylec/charon-spring-boot-starter
| https://citrusframework.org/[Citrus] simulator
| https://github.com/christophd/citrus-simulator
| https://cloudant.com/[Cloudant]
| https://cloudant.com/[Cloudant]
| https://github.com/icha024/cloudant-spring-boot-starter
| https://github.com/icha024/cloudant-spring-boot-starter
...
...
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