Spring Boot

Spring Boot is a coding and configuration model for Java applications. Spring was developed by Pivotal Software.
Here are 21,410 public repositories matching this topic...
-
Updated
May 24, 2020 - Java
-
Updated
May 5, 2020 - Java
项目启动报WARN
日志
2019-06-12 12:04:59.670|/|WARN |main|o.s.b.c.p.PropertySourcesDeducer|Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer], falling back to Environment
Apollo Client => ConfigPropertySourcesProcessor
![image](https://user-images.githubusercontent.com/13012417/59
-
Updated
May 13, 2020 - Java
Add examples.
-
Updated
May 23, 2020 - Java
-
Updated
Jan 7, 2020 - Java
-
Updated
May 24, 2020 - Java
同时使用JPA与Swagger会报错
报错信息:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'documentationPluginsBootstrapper' defined in URL [jar:file:/D:/Software/Apache/apache-maven-3.6.0/repository/io/springfox/springfox-spring-web/2.9.2/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/plugins/DocumentationPluginsBootstrapper.class]: Unsatisfied dependency exp
use spring boot 2.1.3.RELEASE,spring cloud Greenwich.SR1,with spring boot admin 2.1.3。
now ,spring boot admin client register its self to admin server, admin server get client application actuator info use spring security basic 。
we protect our micro service application with spring security oauth2,how can I do?
thanks!
i find the root cause of this issue
see config/Docker.file
HEALTHCHECK --interval=10s --timeout=3s CMD curl -f http://localhost:8888/actuator/health || exit 1
values of 10s for interval and 3s for connect timeout is both too small, when the docker machine have a bit lo
-
Updated
May 25, 2020 - Java
-
Updated
Apr 18, 2020 - Java
-
Updated
May 22, 2020 - Java
Version: 2.9.2
What kind of issue is this?
- Question.
How do I disable pageable sort param from showing in docs?
I am using Cassandra database, where sorting doesn't apply like with relational databases, so I want to use page and size only with pageable param. How do I do this?
![image](https://user-images.githubusercontent.com/16001837/78007067-0f4b9680-73
-
Updated
May 24, 2020 - Java
From RestTemplate.java#L78-L81
The RestTemplate will be deprecated in a future version and will not have major new features added going forward. See the WebClient section of the Spring Framework reference docume
-
Updated
Mar 2, 2020 - JavaScript
-
Updated
Feb 28, 2020 - HTML
-
Updated
Apr 27, 2020
-
Updated
Mar 19, 2020 - Java
-
Updated
Mar 7, 2020 - Java
Created by Pivotal Software
Released October 1, 2002
Latest release 27 days ago
- Repository
- spring-projects/spring-framework
- Website
- spring.io
- Wikipedia
- Wikipedia
We should add something that mentions how to pass system properties with
-D
viabootRun
. SinceBootRun
is a standardJavaExec
task, we can add a short note about it either in this section or in a separate section alongside it.