File tree
875 files changed
+958
-958
lines changed- spring-boot-actuator/src
- main/java/org/springframework/boot/actuate
- audit
- listener
- autoconfigure
- endpoint
- jmx
- mvc
- health
- metrics
- export
- reader
- repository
- redis
- rich
- util
- writer
- security
- system
- trace
- test/java/org/springframework/boot/actuate
- audit
- listener
- autoconfigure
- endpoint
- jmx
- mvc
- health
- metrics
- export
- repository/redis
- rich
- writer
- system
- trace
- spring-boot-autoconfigure/src
- main/java/org/springframework/boot/autoconfigure
- amqp
- aop
- batch
- condition
- data
- elasticsearch
- jpa
- mongo
- rest
- solr
- elasticsearch
- flyway
- freemarker
- groovy/template
- web
- hateoas
- integration
- jackson
- jdbc
- jms
- activemq
- hornetq
- jmx
- liquibase
- logging
- mobile
- mongo
- orm/jpa
- reactor
- redis
- security
- social
- solr
- template
- thymeleaf
- velocity
- websocket
- web
- test/java/org/springframework/boot/autoconfigure
- amqp
- aop
- batch
- condition
- data
- elasticsearch
- empty
- jpa
- mongo
- rest
- solr
- elasticsearch
- flyway
- freemarker
- groovy/template
- hateoas
- jackson
- jdbc
- jms
- activemq
- hornetq
- jmx
- liquibase
- logging
- mobile
- mongo
- orm/jpa
- reactor
- redis
- security
- jpa
- social
- thymeleaf
- velocity
- web
- spring-boot-cli/src
- it/java/org/springframework/boot/cli
- infrastructure
- main/java/org/springframework/boot
- cli
- command
- core
- grab
- jar
- options
- run
- shell
- status
- test
- compiler
- autoconfigure
- dependencies
- grape
- jar
- util
- groovy
- test/java/org/springframework/boot/cli
- command
- jar
- shell
- compiler
- dependencies
- grape
- util
- spring-boot-integration-tests/src/test/java/org/springframework/boot
- gradle
- starter
- spring-boot-samples
- spring-boot-sample-actuator-log4j/src/test/java/sample/actuator/log4j
- spring-boot-sample-actuator-noweb/src/test/java/sample/actuator
- spring-boot-sample-actuator-ui/src/test/java/sample/actuator/ui
- spring-boot-sample-actuator/src/test/java/sample/actuator
- spring-boot-sample-aop/src/test/java/sample/aop
- spring-boot-sample-data-elasticsearch/src/test/java/sample/data/elasticsearch
- spring-boot-sample-data-gemfire/src
- main/java/sample/data/gemfire
- domain
- service
- test/java/sample/data/gemfire
- spring-boot-sample-data-jpa/src/test/java/sample/data/jpa
- service
- spring-boot-sample-data-mongodb/src/test/java/sample/data/mongo
- spring-boot-sample-data-redis/src/test/java/sample/data/redis
- spring-boot-sample-data-rest/src/test/java/sample/data/jpa
- service
- spring-boot-sample-integration/src/test/java/sample/integration/consumer
- spring-boot-sample-jetty/src/test/java/sample/jetty
- spring-boot-sample-parent-context/src
- main/java/sample/parent
- test/java/sample/parent/consumer
- spring-boot-sample-secure/src
- main/java/sample/secure
- test/java/sample/secure
- spring-boot-sample-servlet/src/test/java/sample/servlet
- spring-boot-sample-simple/src/test/java/sample/simple
- spring-boot-sample-tomcat-multi-connectors/src
- main/java/sample/tomcat
- test/java/sample/tomcat
- spring-boot-sample-tomcat8-jsp/src/test/java/sample/jsp
- spring-boot-sample-tomcat/src/test/java/sample/tomcat
- spring-boot-sample-traditional/src/test/java/sample/traditional
- spring-boot-sample-web-freemarker/src/test/java/sample/freemarker
- spring-boot-sample-web-groovy-templates/src/test/java/sample/ui
- spring-boot-sample-web-jsp/src/test/java/sample/jsp
- spring-boot-sample-web-method-security/src/test/java/sample/ui/method
- spring-boot-sample-web-secure/src/test/java/sample/ui/secure
- spring-boot-sample-web-static/src/test/java/sample/ui
- spring-boot-sample-web-ui/src/test/java/sample/ui
- spring-boot-sample-web-velocity/src/test/java/sample/velocity
- spring-boot-tools
- spring-boot-dependency-tools/src
- main/java/org/springframework/boot/dependency/tools
- test/java/org/springframework/boot/dependency/tools
- spring-boot-loader-tools/src
- main/java/org/springframework/boot/loader/tools
- test/java/org/springframework/boot/loader/tools
- sample
- spring-boot-loader/src
- main/java/org/springframework/boot/loader
- archive
- data
- jar
- util
- test/java/org/springframework/boot/loader
- archive
- data
- jar
- spring-boot-maven-plugin/src
- main/java/org/springframework/boot/maven
- test/java/org/springframework/boot/maven
- sample
- spring-boot/src
- main/java/org/springframework/boot
- ansi
- bind
- builder
- cloudfoundry
- context
- config
- embedded
- jetty
- tomcat
- event
- properties
- web
- env
- json
- liquibase
- logging
- java
- log4j
- logback
- orm/jpa
- test
- yaml
- test/java/org/springframework/boot
- ansi
- bind
- builder
- cloudfoundry
- context
- config
- embedded
- config
- jetty
- tomcat
- properties
- web
- env
- json
- liquibase
- logging
- java
- log4j
- logback
- orm/jpa
- test
- yaml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
875 files changed
+958
-958
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/audit/AuditEventRepository.java
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
0 commit comments