File tree
357 files changed
+911
-491
lines changed- buildSrc
- src/main/java/org/springframework/boot/build
 
 - spring-boot-project
- spring-boot-docs/src/main/kotlin/org/springframework/boot/docs
- actuator
- cloudfoundry/customcontextpath
 - endpoints
- health
- reactivehealthindicators
 - writingcustomhealthindicators
 
 - implementingcustom
 - info/writingcustominfocontributors
 - security
- exposeall
 - typical
 
 
 - metrics
- customizing
 - export
- graphite
 - jmx
 
 - gettingstarted
- commontags
 - specifictype
 
 - registeringcustom
 - supported/mongodb
- command
 - connectionpool
 
 
 
 - buildtoolplugins/otherbuildsystems/examplerepackageimplementation
 - configurationmetadata
- annotationprocessor/automaticmetadatageneration
- nestedproperties
 
 - format/property
 - manualhints/valuehint
 
 - data
- nosql
- cassandra/connecting
 - couchbase/repositories
 - elasticsearch/connectingusingspringdata
 - ldap/repositories
 - mongodb
- connecting
 - repositories
 - template
 
 - neo4j
- connecting
 - repositories
 
 - redis/connecting
 
 - sql
- h2webconsole/springsecurity
 - jdbcclient
 - jdbctemplate
 - jooq/dslcontext
 - jpaandspringdata
- entityclasses
 - enversrepositories
 - repositories
 
 - r2dbc
- repositories
 - usingdatabaseclient
 
 
 
 - devtools/restart/disable
 - features
- developingautoconfiguration
- conditionannotations
- beanconditions
 - classconditions
 
 - customstarter/configurationkeys
 - testing
 
 - externalconfig
- typesafeconfigurationproperties
- constructorbinding
- nonnull
 - primaryconstructor
 
 - conversion
- datasizes
- constructorbinding
 - javabeanbinding
 
 - durations
- constructorbinding
 - javabeanbinding
 
 
 - enablingannotatedtypes
 - javabeanbinding
 - mergingcomplextypes
- list
 - map
 
 - relaxedbinding
- mapsfromenvironmentvariables
 
 - thirdpartyconfiguration
 - usingannotatedtypes
 - validate
- nested
 
 - validation
- nested
 
 
 
 - json/jackson/customserializersanddeserializers
- object
 
 - profiles
 - springapplication
- applicationarguments
 - applicationexit
 - commandlinerunner
 - customizingspringapplication
 - fluentbuilderapi
 - startuptracking
 
 - ssl/bundles
 - testcontainers/atdevelopmenttime
- devtools
 - dynamicproperties
 - importingcontainerdeclarations
 - launch
 - test
 
 
 - gettingstarted/firstapplication/code
 - howto
- actuator/maphealthindicatorstometrics
 - application/customizetheenvironmentorapplicationcontext
 - dataaccess
- configureacomponentthatisusedbyjpa
 - configurecustomdatasource
- builder
 - configurable
 - custom
 - simple
 
 - configurehibernatenamingstrategy
- spring
 - standard
 
 - configurehibernatesecondlevelcaching
 - configuretwodatasources
 - filterscannedentitydefinitions
 - separateentitydefinitionsfromspringconfiguration
 - usemultipleentitymanagers
 
 - deployment/cloud/cloudfoundry/bindingtoservices
 - httpclients/webclientreactornettycustomization
 - messaging/disabletransactedjmssession
 - propertiesandconfiguration/externalizeconfiguration
- application
 - builder
 
 - security/enablehttps
 - springmvc
- writejsonrestservice
 - writexmlrestservice
 
 - testing/withspringsecurity
 - traditionaldeployment
- convertexistingapplication
- both
 
 - weblogic
 
 - webserver
- addservletfilterlistener/springbean/disable
 - configure
 - createwebsocketendpointsusingserverendpoint
 - discoverport
 - enablemultipleconnectorsintomcat
 - enablemultiplelistenersinundertow
 
 
 - io
- caching
- provider
- cache2k
 - couchbase
 - redis
 
 
 - jta/mixingxaandnonxaconnections
- nonxa
 - primary
 - xa
 
 - quartz
 - restclient
- restclient
- ssl
- settings
 
 
 - resttemplate
- customization
 - ssl
 
 - webclient
- ssl
 
 
 - validation
 - webservices/template
 
 - messaging
- amqp
- receiving/custom
 - sending
 
 - jms
- receiving
- custom
 
 - sending
 
 - kafka
- embedded
- annotation
 - property
 
 - sending
 - streams
 
 - pulsar
- readingreactive
 - receivingreactive
 - sendingreactive
 
 - rsocket/requester
 
 - packaging/nativeimage/advanced/nestedconfigurationproperties
 - testing
- springbootapplications
- additionalautoconfigurationandslicing
 - autoconfiguredjdbc
 - autoconfiguredjooq
 - autoconfiguredrestclient
 - autoconfiguredspringdatacassandra
 - autoconfiguredspringdatacouchbase
 - autoconfiguredspringdataelasticsearch
 - autoconfiguredspringdatajpa
- withdb
 - withoutdb
 
 - autoconfiguredspringdataldap
- inmemory
 - server
 
 - autoconfiguredspringdatamongodb
 - autoconfiguredspringdataneo4j
- nopropagation
 - propagation
 
 - autoconfiguredspringdataredis
 - autoconfiguredspringrestdocs
- withmockmvc
 - withrestassured
 - withwebtestclient
 
 - autoconfiguredwebservices
- client
 - server
 
 - detectingwebapptype
 - excludingconfiguration
 - jmx
 - jsontests
 - mockingbeans
- bean
 - listener
 
 - springgraphqltests
 - springmvctests
 - springwebfluxtests
 - userconfigurationandslicing
- scan
 
 - usingapplicationarguments
 - usingmain
- always
 - custom
 - typical
 
 - withmockenvironment
 - withrunningserver
 
 - testcontainers
- dynamicproperties
 - importingconfigurationinterfaces
 - serviceconnections
 - springbeans
 
 - utilities
- configdataapplicationcontextinitializer
 - outputcapture
 - testpropertyvalues
 - testresttemplate
 
 
 - using
- autoconfiguration/disablingspecific
 - devtools/restart/disable
 - springbeansanddependencyinjection
- multipleconstructors
 - singleconstructor
 
 - structuringyourcode/locatingthemainclass
 - usingthespringbootapplicationannotation
- individualannotations
 - springapplication
 
 
 - web
- graphql
- runtimewiring
 - transports/rsocket
 
 - reactive
- reactiveserver/customizing/programmatic
 - webflux
- httpcodecs
 
 
 - security
- oauth2/client
 - springwebflux
 
 - servlet
- embeddedcontainer/customizing
- programmatic
 - samesite
 
 - springmvc
- cors
 - errorhandling
- errorpageswithoutspringmvc
 - errorpages
 
 - messageconverters
 
 
 
 
 - spring-boot-test/src
- main/kotlin/org/springframework/boot/test/web/client
 - test/kotlin/org/springframework/boot/test
- context
 - web/client
 
 
 - spring-boot/src
- main/kotlin/org/springframework/boot
 - test/kotlin/org/springframework/boot
- context/properties
- bind
 
 - kotlinsample
 
 
 
 - spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-webflux-coroutines/src/test/kotlin/smoketest/coroutines
 - src/detekt
 
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
357 files changed
+911
-491
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
36 | 36 |  | |
37 | 37 |  | |
38 | 38 |  | |
 | 39 | + | |
39 | 40 |  | |
40 | 41 |  | |
41 | 42 |  | |
 | |||
Lines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
1 | 1 |  | |
2 |  | - | |
 | 2 | + | |
3 | 3 |  | |
4 | 4 |  | |
5 | 5 |  | |
 | |||
22 | 22 |  | |
23 | 23 |  | |
24 | 24 |  | |
 | 25 | + | |
 | 26 | + | |
 | 27 | + | |
25 | 28 |  | |
26 | 29 |  | |
27 | 30 |  | |
 | |||
40 | 43 |  | |
41 | 44 |  | |
42 | 45 |  | |
 | 46 | + | |
43 | 47 |  | |
44 | 48 |  | |
45 | 49 |  | |
 | |||
48 | 52 |  | |
49 | 53 |  | |
50 | 54 |  | |
 | 55 | + | |
 | 56 | + | |
 | 57 | + | |
 | 58 | + | |
51 | 59 |  | |
52 | 60 |  | |
53 | 61 |  | |
54 | 62 |  | |
 | 63 | + | |
55 | 64 |  | |
56 | 65 |  | |
57 | 66 |  | |
58 | 67 |  | |
59 | 68 |  | |
60 |  | - | |
61 |  | - | |
62 |  | - | |
 | 69 | + | |
 | 70 | + | |
 | 71 | + | |
63 | 72 |  | |
64 | 73 |  | |
65 | 74 |  | |
 | |||
91 | 100 |  | |
92 | 101 |  | |
93 | 102 |  | |
 | 103 | + | |
 | 104 | + | |
 | 105 | + | |
 | 106 | + | |
 | 107 | + | |
 | 108 | + | |
 | 109 | + | |
94 | 110 |  | |
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
1 | 1 |  | |
2 |  | - | |
 | 2 | + | |
3 | 3 |  | |
4 | 4 |  | |
5 | 5 |  | |
 | |||
69 | 69 |  | |
70 | 70 |  | |
71 | 71 |  | |
72 |  | - | |
 | 72 | + | |
 | 73 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
1 | 1 |  | |
2 |  | - | |
 | 2 | + | |
3 | 3 |  | |
4 | 4 |  | |
5 | 5 |  | |
 | |||
51 | 51 |  | |
52 | 52 |  | |
53 | 53 |  | |
 | 54 | + | |
0 commit comments